Skip to content

Commit

Permalink
chore: gci format
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Becker <thomas.becker00@gmail.com>
  • Loading branch information
thomasbecker committed Sep 24, 2024
1 parent d11bd84 commit 6ef4b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vals_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@ kind: Secret
}

func TestEvalNodesWithDictionaries(t *testing.T) {
var yamlDocs = `- entry: first
var yamlDocs = `- entry: first
username: ref+echo://secrets.enc.yaml
- entry: second
username: ref+echo://secrets.enc.yaml
`

var expected = `- entry: first
var expected = `- entry: first
username: secrets.enc.yaml
- entry: second
username: secrets.enc.yaml
Expand Down

0 comments on commit 6ef4b48

Please sign in to comment.