From 8401196ef92ce7ed3fd0ca4e3cfd5d593d7f7c0c Mon Sep 17 00:00:00 2001 From: Donny Xia Date: Wed, 15 Jul 2020 11:47:47 -0700 Subject: [PATCH] fix typo --- api/types/kustomization_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/types/kustomization_test.go b/api/types/kustomization_test.go index f3482d90e..57373ee5b 100644 --- a/api/types/kustomization_test.go +++ b/api/types/kustomization_test.go @@ -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) } }