Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
freeformz committed Oct 14, 2019
1 parent 843e0aa commit fb62dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_custom_caller_test.go
Expand Up @@ -24,5 +24,5 @@ func ExampleJSONFormatter_CallerPrettyfier() {
}
l.Info("example of custom format caller")
// 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"}
}

0 comments on commit fb62dbe

Please sign in to comment.