Skip to content

Commit

Permalink
style: fix misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
YuyaAbo committed Jun 14, 2022
1 parent 8285576 commit 10e9249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ func valsExist(t *testing.T, key string, expect []string, result map[string][]st

func valNotExists(t *testing.T, key string, result map[string][]string) {
if val, ok := result[key]; ok {
t.Error("Key not ommited. Expected: empty; got: " + val[0] + ".")
t.Error("Key not omitted. Expected: empty; got: " + val[0] + ".")
}
}

Expand Down

0 comments on commit 10e9249

Please sign in to comment.