Skip to content

Commit

Permalink
undo linebreak change
Browse files Browse the repository at this point in the history
Signed-off-by: Ludvig Liljenberg <[email protected]>
  • Loading branch information
ludfjig committed Aug 4, 2023
1 parent 2571460 commit b9f9061
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/test/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func TestMainWithMockedCommandHandlers(m *testing.M) {

// There may be multiple expected commands, separated by a newline character
wantCmds := strings.Split(expectedCmdEnv, "\n")

commandNotFound := true
for _, wantCmd := range wantCmds {
if wantCmd == gotCmd {
Expand Down

0 comments on commit b9f9061

Please sign in to comment.