Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
usfalami committed Aug 31, 2023
1 parent 19ef922 commit d7c4a2a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
public final class JunitResponseComparator extends ResponseComparator {

@Override
public void assertionFail(Throwable t) {
public void assertionFail(AssertionError err) {
try {
super.assertionFail(t);
super.assertionFail(err);
}
catch(ApiAssertionError e) {
if(e.isSkipped()) {
Expand Down

0 comments on commit d7c4a2a

Please sign in to comment.