Skip to content

Commit

Permalink
Fixed test to match new behaviour of monitor deletion function.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikko-andersen committed Oct 3, 2024
1 parent 28d3c4a commit c6f6419
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,6 @@ class OpenStackServiceTest(
)

openStackService.monitorDeletion(job)

verify(inverse = true) { openStackService.sendJobStatusMessage(job.id, any(), any()) }
}

@Test
Expand Down

0 comments on commit c6f6419

Please sign in to comment.