Skip to content

Commit

Permalink
test that ConfirmVerification works
Browse files Browse the repository at this point in the history
  • Loading branch information
Leitsi committed Oct 20, 2023
1 parent 97c8ad3 commit 61bcc0e
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,6 @@ class TimetablesReplaceApiTest(@Autowired val mockMvc: MockMvc) {
true
)
)

verify(exactly = 1) {
replaceTimetablesService.replaceTimetables(
defaultStagingFrameIds,
defaultTargetPriority
)
}
}

@Test
Expand Down

0 comments on commit 61bcc0e

Please sign in to comment.