Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
porridge committed Feb 5, 2020
1 parent 7c7ef00 commit 9ba5934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/engine/renderer/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ func TestParseKubernetesObjects_EmptyListOfObjects(t *testing.T) {
`},
}
for _, test := range tests {
test := test
t.Run(test.name, func(t *testing.T) {
objects, err := YamlToObject(test.yaml)
assert.NoError(t, err)
Expand Down

0 comments on commit 9ba5934

Please sign in to comment.