Skip to content

Commit

Permalink
Temporary Addition
Browse files Browse the repository at this point in the history
  • Loading branch information
darranl committed Jan 24, 2025
1 parent 2014b9a commit 1cc2a8c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -833,6 +833,7 @@ public void testMismatchSecretKey() throws Exception {
try {
existingIdentity.verifyEvidence(new PasswordGuessEvidence(actualPassword));
} catch (Exception e) {
e.printStackTrace();
assertTrue(e.getCause().getMessage().contains("unable to decrypt identity"));
}
existingIdentity.dispose();
Expand Down

0 comments on commit 1cc2a8c

Please sign in to comment.