Skip to content

Commit

Permalink
fixes quii#308
Browse files Browse the repository at this point in the history
  • Loading branch information
quii committed Jan 30, 2020
1 parent 24e5f1c commit a8c8a66
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,6 @@ t.Run("unknown word", func(t *testing.T) {
func assertError(t *testing.T, got, want error) {
t.Helper()

if got == nil {
t.Fatal("expected to get an error.")
}

if got != want {
t.Errorf("got error %q want %q", got, want)
}
Expand Down

0 comments on commit a8c8a66

Please sign in to comment.