diff --git a/internal/pkg/random/random_test.go b/internal/pkg/random/random_test.go index b7a37060..aaf94f17 100644 --- a/internal/pkg/random/random_test.go +++ b/internal/pkg/random/random_test.go @@ -10,7 +10,7 @@ func TestGet(t *testing.T) { var rands []string // use case: for 1 000 concurrent // requests (which is a big Gotenberg instance), - // none should have the identifier. + // none should have the same identifier. for i := 0; i < 1000; i++ { rands = append(rands, Get()) }