renamed PseudoRandom to Pseudorandom

This commit is contained in:
Gani Georgiev
2022-11-06 15:28:41 +02:00
parent 4cddb6b5cb
commit 0ff5606d80
9 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -494,7 +494,7 @@ func TestCollectionUpsertWithCustomId(t *testing.T) {
newCollection := func() *models.Collection {
return &models.Collection{
Name: "c_" + security.PseudoRandomString(4),
Name: "c_" + security.PseudorandomString(4),
Schema: existingCollection.Schema,
}
}