Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
original-brownbear committed Mar 17, 2019
1 parent 9a22a36 commit 8df5f96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public void onResponse(AcknowledgedResponse acknowledgedResponse) {

@Override
public void onFailure(Exception e) {
listener.onFailure(unwrapException(e.getCause()));
listener.onFailure(unwrapException(e));
}
});
}
Expand Down

0 comments on commit 8df5f96

Please sign in to comment.