Skip to content

Commit

Permalink
fix: error has been removed from unit tests #1595;
Browse files Browse the repository at this point in the history
  • Loading branch information
smansoft committed Jan 9, 2022
1 parent 53b4daa commit fdecdc2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -451,10 +451,6 @@ public void testGenerateKeys(Algorithm algorithm) {
}
}

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

} catch (Exception e) {
fail(e.getMessage(), e);
}
Expand Down

0 comments on commit fdecdc2

Please sign in to comment.