diff --git a/logp/core_test.go b/logp/core_test.go index aa48784..cac0ce2 100644 --- a/logp/core_test.go +++ b/logp/core_test.go @@ -711,7 +711,7 @@ func TestConfigureWithCore(t *testing.T) { if err != nil { t.Fatalf("Unexpected err: %s", err) } - Info(testMsg) + Info("The quick brown %s jumped over the lazy %s.", "fox", "dog") var r map[string]interface{} err = json.Unmarshal(b.Bytes(), &r)