Skip to content

Commit

Permalink
Merge pull request quii#109 from AlexVPopov/patch-1
Browse files Browse the repository at this point in the history
Fix a code mistake
  • Loading branch information
quii authored Jul 25, 2018
2 parents 7fd4ca9 + f0d9792 commit 5ae820e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func TestSearch(t *testing.T) {
})

t.Run("unknown word", func(t *testing.T) {
_, err := dictionary.Search("test")
_, err := dictionary.Search("unknown")
want := "could not find the word you were looking for"

if err == nil {
Expand Down

0 comments on commit 5ae820e

Please sign in to comment.