Skip to content

Commit

Permalink
test custom length options
Browse files Browse the repository at this point in the history
  • Loading branch information
jackspirou committed Sep 17, 2024
1 parent 6e259a0 commit 5c05f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publicid_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func TestLong(t *testing.T) {
}
}

func TestLongWithAttempts(t *testing.T) {
func TestNewLongWithAttempts(t *testing.T) {
id, err := New(Long(), Attempts(5))
if err != nil {
t.Errorf("New(Long(), Attempts(5)) returned an error: %v", err)
Expand Down

0 comments on commit 5c05f3b

Please sign in to comment.