Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brpaz committed Jun 30, 2021
1 parent 117d663 commit 8f5ee9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func TestZapLogger(t *testing.T) {

assert.Equal(t, 1, logs.Len())
assert.Equal(t, int64(200), logFields["status"])
assert.NotNil(t, logFields["time"])
assert.NotNil(t, logFields["latency"])
assert.Equal(t, "GET /something", logFields["request"])
assert.NotNil(t, logFields["host"])
assert.NotNil(t, logFields["size"])
Expand Down

0 comments on commit 8f5ee9d

Please sign in to comment.