mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 10:30:59 +00:00
fix typo
This commit is contained in:
@@ -24,7 +24,7 @@ func TestFixKustomizationPostUnmarshalling(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if !fixKustomizationPostUnmarshallingCheck(&k, &expected) {
|
if !fixKustomizationPostUnmarshallingCheck(&k, &expected) {
|
||||||
t.Fatalf("unexpected ouput: %v", k)
|
t.Fatalf("unexpected output: %v", k)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -46,7 +46,7 @@ func TestFixKustomizationPostUnmarshalling_2(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if !fixKustomizationPostUnmarshallingCheck(&k, &expected) {
|
if !fixKustomizationPostUnmarshallingCheck(&k, &expected) {
|
||||||
t.Fatalf("unexpected ouput: %v", k)
|
t.Fatalf("unexpected output: %v", k)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user