Skip to content

Commit

Permalink
fixed files form Mockito #5
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurieux committed Mar 7, 2017
1 parent ebfd1a4 commit 3528b86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void verify(VerificationData data) {
} catch (MockitoAssertionError e) {
error = handleVerifyException(e);
}
catch (org.mockito.exceptions.verification.junit.ArgumentsAreDifferent e) {
catch (AssertionError e) {
error = handleVerifyException(e);
}
}
Expand Down

0 comments on commit 3528b86

Please sign in to comment.