mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 03:33:56 +00:00
Make copy_test.go failures easier to debug
This commit is contained in:
parent
fbc85e9838
commit
1df80e3a6a
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user