mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
fix typo
This commit is contained in:
@@ -24,7 +24,7 @@ func TestFixKustomizationPostUnmarshalling(t *testing.T) {
|
||||
}
|
||||
|
||||
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) {
|
||||
t.Fatalf("unexpected ouput: %v", k)
|
||||
t.Fatalf("unexpected output: %v", k)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user