mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-08-02 11:29:30 -04:00
fixed test typo
This commit is contained in:
@@ -75,7 +75,7 @@ func TestParseIndex(t *testing.T) {
|
||||
|
||||
resultRaw, err := json.Marshal(result)
|
||||
if err != nil {
|
||||
t.Fatalf("Faild to marshalize parse result: %v", err)
|
||||
t.Fatalf("Failed to marshalize parse result: %v", err)
|
||||
}
|
||||
|
||||
expectedRaw, err := json.Marshal(s.expected)
|
||||
|
||||
Reference in New Issue
Block a user