We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3cb60ab + 2e44509 commit 9557eb2Copy full SHA for 9557eb2
pkg/config/store/yaml/store_test.go
@@ -54,10 +54,10 @@ var _ = Describe("yamlStore", func() {
54
unversionedFile = `version:
55
`
56
nonexistentVersionFile = `version: 1-alpha
57
-` // v1-alpha never existed
+` // v1-alpha never existed
58
wrongFile = `version: "2"
59
layout: ""
60
-` // layout field does not exist in v2
+` // layout field does not exist in v2
61
)
62
63
var (
0 commit comments