mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 02:20:53 +00:00
typo
This commit is contained in:
@@ -183,7 +183,7 @@ func TestDeepCopy(t *testing.T) {
|
|||||||
rm2 := rm1.DeepCopy()
|
rm2 := rm1.DeepCopy()
|
||||||
|
|
||||||
if &rm1 == &rm2 {
|
if &rm1 == &rm2 {
|
||||||
t.Fatalf("DeepCopy returned a reference to itself instead of a copy")
|
t.Fatal("DeepCopy returned a reference to itself instead of a copy")
|
||||||
}
|
}
|
||||||
|
|
||||||
if !reflect.DeepEqual(rm1, rm2) {
|
if !reflect.DeepEqual(rm1, rm2) {
|
||||||
|
|||||||
Reference in New Issue
Block a user