Skip to content

Commit

Permalink
Fix code example in dictionary (quii#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
derphilipp authored and quii committed Sep 7, 2019
1 parent 980b111 commit 406edbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ t.Run("unknown word", func(t *testing.T) {

assertError(t, got, ErrNotFound)
})
}

func assertError(t *testing.T, got, want error) {
t.Helper()
Expand Down

0 comments on commit 406edbd

Please sign in to comment.