Skip to content

Commit

Permalink
fixup! Watchfolders start scans just after startScans call #175
Browse files Browse the repository at this point in the history
  • Loading branch information
hdsdi3g committed Aug 29, 2024
1 parent 5537d93 commit 98071b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ void init() throws Exception {

@AfterEach
void ends() {
verify(sEvent, atLeast(0)).onEnd(any(), any());
verifyNoMoreInteractions(sEvent, jobKitWatchdog);

for (var pos = 0; pos < runnedTasks.size(); pos++) {
Expand Down

0 comments on commit 98071b5

Please sign in to comment.