Skip to content

Commit

Permalink
fix nit lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 authored and Sajiyah-Salat committed Jun 11, 2023
1 parent 95edd56 commit a5116c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/config/store/yaml/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit a5116c1

Please sign in to comment.