Skip to content

Commit

Permalink
fix: fail has been added (for testing) #1595;
Browse files Browse the repository at this point in the history
  • Loading branch information
smansoft committed Jan 11, 2022
1 parent 17ab35d commit e5b7161
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,10 @@ public void testGenerateKeys(Algorithm algorithm) {
fail(e.getMessage(), e);
}
System.out.println("----------------------");

if(algorithm == Algorithm.ES384 && i > (NUM_KEY_GENS - 10)) {
assertTrue(false);
}
}
}
}

0 comments on commit e5b7161

Please sign in to comment.