Skip to content

Commit

Permalink
fix misspell (#192)
Browse files Browse the repository at this point in the history
~Fixes #~

**Summary of Changes**

1. fixed misspell `ommited` -> `omitted`

> PS: Make sure your PR includes/updates tests! If you need help with
this part, just ask!

Co-authored-by: Corey Daley <cdaley@redhat.com>
  • Loading branch information
YuyaAbo and coreydaley authored Jul 30, 2023
1 parent 212775c commit 937768d
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 937768d

Please sign in to comment.