Skip to content

Commit

Permalink
Delete unnecessary test (quii#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
ardinusawan authored Oct 8, 2020
1 parent a0a399c commit c81dcf2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,12 +374,6 @@ func assertError(t *testing.T, got, want error) {
if got != want {
t.Errorf("got %q want %q", got, want)
}
if got == nil {
if want == nil {
return
}
t.Fatal("expected to get an error.")
}
}
```

Expand Down

0 comments on commit c81dcf2

Please sign in to comment.