From c836de5ca8a342a6c7dd773eb8ea891eb017c1d7 Mon Sep 17 00:00:00 2001 From: Karen Bradshaw Date: Tue, 14 May 2019 13:03:24 -0400 Subject: [PATCH] update error msg --- pkg/patch/transformer/patchjson6902json_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/patch/transformer/patchjson6902json_test.go b/pkg/patch/transformer/patchjson6902json_test.go index 2c072d854..fbad24988 100644 --- a/pkg/patch/transformer/patchjson6902json_test.go +++ b/pkg/patch/transformer/patchjson6902json_test.go @@ -171,7 +171,7 @@ func TestJsonPatchJSONTransformer_EmptyPatchFile(t *testing.T) { _, err := newPatchJson6902JSONTransformer(id, operations) if err == nil { - t.Fatalf("unexpected error : %v", err) + t.Fatalf("expected an error") } if err != nil {