You've already forked pocketbase
mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-11-27 00:20:27 +02:00
[#3790] added MaxSize json field option
This commit is contained in:
@@ -167,11 +167,11 @@ func init() {
|
||||
|
||||
files, err := os.ReadDir(migrationsDir)
|
||||
if err != nil {
|
||||
t.Fatalf("Expected migrationsDir to be created, got: %v", err)
|
||||
t.Fatalf("Expected migrationsDir to be created, got %v", err)
|
||||
}
|
||||
|
||||
if total := len(files); total != 1 {
|
||||
t.Fatalf("Expected 1 file to be generated, got %d", total)
|
||||
t.Fatalf("Expected 1 file to be generated, got %d: %v", total, files)
|
||||
}
|
||||
|
||||
expectedName := "_created_new_name." + s.lang
|
||||
|
||||
Reference in New Issue
Block a user