fix broken test

This commit is contained in:
Edward Muller 2019-10-14 13:23:44 -07:00
parent 843e0aaa75
commit fb62dbe2f2
No known key found for this signature in database
GPG Key ID: 4425D7E25D8A8486
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ func ExampleJSONFormatter_CallerPrettyfier() {
} }
l.Info("example of custom format caller") l.Info("example of custom format caller")
// Output: // Output:
// {"file":"example_custom_caller_test.go","func":"ExampleCustomFormatter","level":"info","msg":"example of custom format caller"} // {"file":"example_custom_caller_test.go","func":"ExampleJSONFormatter_CallerPrettyfier","level":"info","msg":"example of custom format caller"}
} }