Skip to content

Commit fb62dbe

Browse files
committed
fix broken test
1 parent 843e0aa commit fb62dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_custom_caller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ func ExampleJSONFormatter_CallerPrettyfier() {
2424
}
2525
l.Info("example of custom format caller")
2626
// Output:
27-
// {"file":"example_custom_caller_test.go","func":"ExampleCustomFormatter","level":"info","msg":"example of custom format caller"}
27+
// {"file":"example_custom_caller_test.go","func":"ExampleJSONFormatter_CallerPrettyfier","level":"info","msg":"example of custom format caller"}
2828
}

0 commit comments

Comments
 (0)