Skip to content

Commit

Permalink
Update ulid_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbourgon authored Apr 13, 2024
1 parent 2b07c5d commit 395a619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ulid_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ func TestZero(t *testing.T) {

id = ulid.MustNew(ulid.Now(), ulid.DefaultEntropy())
if ok := id.IsZero(); ok {
t.Error(".IsZero: must return false for non-nil ULIDs, have true")
t.Error(".IsZero: must return false for non-zero-value ULIDs, have true")
}
}

Expand Down

0 comments on commit 395a619

Please sign in to comment.