Skip to content

Commit

Permalink
Fixed Patchfinder Thread test
Browse files Browse the repository at this point in the history
  • Loading branch information
ctevse committed Oct 31, 2023
1 parent 9bd0598 commit af2d085
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void testRun() {
PatchFinder patchFinder = Mockito.mock(PatchFinder.class);
//check the patch commits
List<PatchCommit> patchCommits = PatchFinder.getPatchCommits();
assertEquals(48, patchCommits.size());
assertEquals(24, patchCommits.size());

}

Expand Down

0 comments on commit af2d085

Please sign in to comment.