Skip to content

Commit

Permalink
Fix Unit Test
Browse files Browse the repository at this point in the history
  • Loading branch information
f11h committed May 20, 2022
1 parent f5e60f0 commit 11d8be0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ void testValidationTimestamps2() throws Exception {
ValidationRule validationRule = getDummyValidationRule();
validationRule.setIdentifier("IR-EU-0001");
validationRule.setType("Invalidation");
validationRule.setValidFrom(ZonedDateTime.now().plus(1, ChronoUnit.SECONDS));
validationRule.setValidFrom(ZonedDateTime.now().plus(2, ChronoUnit.SECONDS));

String payload = new SignedStringMessageBuilder()
.withSigningCertificate(certificateUtils.convertCertificate(signerCertificate), signerPrivateKey)
Expand Down

0 comments on commit 11d8be0

Please sign in to comment.