Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmasi committed Nov 30, 2023
1 parent e9c68d8 commit b4e181a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy/deploy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func TestRunCommand(t *testing.T) {
}

origLogWarning := logWarning
defer func(args ...interface{}) {
defer func() {
logWarning = origLogWarning
}()
var warnings bytes.Buffer
Expand All @@ -151,7 +151,6 @@ func TestRunCommand(t *testing.T) {
}
})
}

}

func TestKubectlApply(t *testing.T) {
Expand Down

0 comments on commit b4e181a

Please sign in to comment.