Skip to content

Commit

Permalink
Fix MiniKubeTest.testJobCancelled
Browse files Browse the repository at this point in the history
  • Loading branch information
coderzc committed Nov 22, 2023
1 parent 85e6399 commit f45f5aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ public void testJobCancelled() {
jobState.jobStatus(JobStatus.INITIALIZING);
Mockito.verify(jobObserver, Mockito.timeout(15000L).atLeast(1))
.onJobStateChanged(Mockito.eq(jobState));
Mockito.clearInvocations(jobObserver);

this.driver.cancelJob(jobId, params);

Expand Down

0 comments on commit f45f5aa

Please sign in to comment.