Skip to content

Commit

Permalink
does this work?
Browse files Browse the repository at this point in the history
  • Loading branch information
maorfr committed Feb 13, 2022
1 parent 5107187 commit 05585f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public void testCheckMethodWithOnlyExistingPRs() throws Exception {
verifyNoMoreInteractions(helper);
verifyNoMoreInteractions(gt);

verify(ghUser, times(1)).getName();
verify(ghUser, times(3)).getName();
verifyNoMoreInteractions(ghUser);
verifyZeroInteractions(ghUser);
}
Expand Down

0 comments on commit 05585f3

Please sign in to comment.