From 2e445098693c5efcfa8024806aaa6b663cac2bcf Mon Sep 17 00:00:00 2001 From: Camila Macedo Date: Sat, 11 Mar 2023 10:19:57 +0000 Subject: [PATCH] fix nit lint issue --- pkg/config/store/yaml/store_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/config/store/yaml/store_test.go b/pkg/config/store/yaml/store_test.go index be831a489eb..d4afb6dad8d 100644 --- a/pkg/config/store/yaml/store_test.go +++ b/pkg/config/store/yaml/store_test.go @@ -54,10 +54,10 @@ var _ = Describe("yamlStore", func() { unversionedFile = `version: ` nonexistentVersionFile = `version: 1-alpha -` // v1-alpha never existed +` // v1-alpha never existed wrongFile = `version: "2" layout: "" -` // layout field does not exist in v2 +` // layout field does not exist in v2 ) var (