Skip to content

Commit 0969979

Browse files
committed
lint empty space
1 parent 8a8c338 commit 0969979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/addons_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ func validateVolcanoAddon(ctx context.Context, t *testing.T, profile string) {
949949
t.Errorf("failed checking volcano: %v", err.Error())
950950
}
951951

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

0 commit comments

Comments
 (0)