fixed test typo

This commit is contained in:
Gani Georgiev
2026-07-06 16:02:26 +03:00
parent b2ed234d74
commit c220a61ef4

View File

@@ -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)