Skip to content

Commit

Permalink
Attempt to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
viacheslavkol committed Dec 24, 2024
1 parent 55b0a48 commit 907833c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ void fetchFailedMergeRanges() {
service.fetchFailedMergeRanges();

// assert
verify(holdingRepository).getFailedMergeRanges();
verify(repositoryMap.values().iterator().next()).getFailedMergeRanges();
}
}

0 comments on commit 907833c

Please sign in to comment.