Skip to content

Commit

Permalink
lint empty space
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Apr 19, 2024
1 parent 8a8c338 commit 0969979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/addons_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ func validateVolcanoAddon(ctx context.Context, t *testing.T, profile string) {
t.Errorf("failed checking volcano: %v", err.Error())
}

// also ensure the job is actually running
// also ensure the job is actually running
if _, err := PodWait(ctx, t, profile, "my-volcano", "volcano.sh/job-name=test-job", Minutes(3)); err != nil {
t.Fatalf("failed waiting for test-local-path pod: %v", err)
}
Expand Down

0 comments on commit 0969979

Please sign in to comment.