diff --git a/publicid_test.go b/publicid_test.go index 1e1d76f..87f11d8 100644 --- a/publicid_test.go +++ b/publicid_test.go @@ -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)