diff --git a/logging/default_logger_test.go b/logging/default_logger_test.go index 6271d2b54..dcdb0ea7a 100644 --- a/logging/default_logger_test.go +++ b/logging/default_logger_test.go @@ -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) })