From fb62dbe2f2a2c88b150fa1668a773505a7920a3d Mon Sep 17 00:00:00 2001 From: Edward Muller Date: Mon, 14 Oct 2019 13:23:44 -0700 Subject: [PATCH] fix broken test --- example_custom_caller_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example_custom_caller_test.go b/example_custom_caller_test.go index a64ab16..6749eff 100644 --- a/example_custom_caller_test.go +++ b/example_custom_caller_test.go @@ -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"} }