Skip to content

Commit

Permalink
try adding get login
Browse files Browse the repository at this point in the history
  • Loading branch information
maorfr committed Feb 13, 2022
1 parent 5107187 commit 175a3a8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ public void testCheckMethodWithOnlyExistingPRs() throws Exception {
verifyNoMoreInteractions(gt);

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

0 comments on commit 175a3a8

Please sign in to comment.