mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-16 11:30:47 +02:00
renamed PseudoRandom to Pseudorandom
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user