Skip to content

Commit

Permalink
Merge pull request #1086 from aemengo/fix-typo-default-logger
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jromero authored Feb 19, 2021
2 parents fba6f29 + eef86fa commit 3e4b035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging/default_logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func TestDefaultLogger(t *testing.T) {
h.AssertMatch(t, w.String(), warnMatcher)
})

it("should format warb messages properly", func() {
it("should format warn messages properly", func() {
logger.Warnf("test%s", "foo")
h.AssertMatch(t, w.String(), warnMatcher)
})
Expand Down

0 comments on commit 3e4b035

Please sign in to comment.