Skip to content

Commit

Permalink
Delete dupilicated test (#1801)
Browse files Browse the repository at this point in the history
  • Loading branch information
sairoutine authored and thinkerou committed Mar 8, 2019
1 parent 3dc2478 commit f7079a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ func TestLoggerWithConfigFormatting(t *testing.T) {
assert.Equal(t, "GET", gotParam.Method)
assert.Equal(t, "/example?a=100", gotParam.Path)
assert.Empty(t, gotParam.ErrorMessage)
assert.Empty(t, gotParam.ErrorMessage)
assert.Equal(t, gotKeys, gotParam.Keys)

}
Expand Down

0 comments on commit f7079a8

Please sign in to comment.