diff --git a/sling_test.go b/sling_test.go index 29227f5..7be1d61 100644 --- a/sling_test.go +++ b/sling_test.go @@ -97,7 +97,7 @@ func TestSlingNew(t *testing.T) { } // jsonBody should be copied if child.jsonBody != sling.jsonBody { - t.Errorf("expected %v, got %v") + t.Errorf("expected %v, got %v", sling.jsonBody, child.jsonBody) } // bodyStruct should be copied if child.bodyStruct != sling.bodyStruct {