Skip to content

Commit

Permalink
test(logging): make baaaaad bettttter
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyMerrick committed Sep 26, 2023
1 parent a000fd0 commit 29a363e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router/middleware/logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ func TestMiddleware_Format(t *testing.T) {
}

if got == nil {
t.Errorf("baaaaad, got %s", got)
t.Errorf("Logger returned nothing, want a log")
}

if !reflect.DeepEqual(gotLabels, wantLabels) {
Expand Down

0 comments on commit 29a363e

Please sign in to comment.