Skip to content

Commit

Permalink
Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
upils committed Oct 18, 2023
1 parent 7791428 commit 30926cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/ubuntu-image/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ func TestExitCode(t *testing.T) {
os.Args = append([]string{tc.name}, tc.flags...)

// os.Exit will be captured. Run the command with no flags to trigger an error
// imageType = ""
main()
if got != tc.expected {
t.Errorf("Expected exit code: %d, got: %d", tc.expected, got)
Expand Down

0 comments on commit 30926cc

Please sign in to comment.