mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-20 13:30:50 +02:00
initial v0.8 pre-release
This commit is contained in:
@@ -44,7 +44,7 @@ func TestRandomStringWithAlphabet(t *testing.T) {
|
||||
}
|
||||
|
||||
for i, s := range scenarios {
|
||||
generated := make([]string, 100)
|
||||
generated := make([]string, 0, 100)
|
||||
length := 10
|
||||
|
||||
for j := 0; j < 100; j++ {
|
||||
|
||||
Reference in New Issue
Block a user