This commit is contained in:
Donny Xia
2020-07-15 11:47:47 -07:00
parent 14edc3890c
commit 8401196ef9

View File

@@ -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)
}
}