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 03d0655 commit 2b07c5d
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 @@ -459,7 +459,7 @@ func TestZero(t *testing.T) {

var id ulid.ULID
if ok := id.IsZero(); !ok {
t.Error(".IsZero: must return true for empty ULIDs, have false")
t.Error(".IsZero: must return true for zero-value ULIDs, have false")
}

id = ulid.MustNew(ulid.Now(), ulid.DefaultEntropy())
Expand Down

0 comments on commit 2b07c5d

Please sign in to comment.