Commit 1df80e3a authored by Paul Morie's avatar Paul Morie

Make copy_test.go failures easier to debug

parent fbc85e98
...@@ -43,7 +43,7 @@ func TestDeepCopyApiObjects(t *testing.T) { ...@@ -43,7 +43,7 @@ func TestDeepCopyApiObjects(t *testing.T) {
} }
if !reflect.DeepEqual(item, itemCopy) { if !reflect.DeepEqual(item, itemCopy) {
t.Errorf("expected %#v\ngot %#v", item, itemCopy) t.Errorf("\nexpected %#v\ngot %#v", item, itemCopy)
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment