Skip to content

Commit

Permalink
fix: fail has been removed #1595;
Browse files Browse the repository at this point in the history
  • Loading branch information
smansoft committed Jan 11, 2022
1 parent e5b7161 commit cfa61e7
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -455,10 +455,6 @@ 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 cfa61e7

Please sign in to comment.