Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeborne committed Dec 4, 2014
1 parent c589308 commit 5fb3dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/org/digidoc4j/impl/BDocContainerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@ public void revocationAndTimeStampDifferenceTooLarge() {
Container container = Container.open("testFiles/revocation_timestamp_delta_26h.asice", configuration);
ValidationResult validate = container.validate();
assertEquals(1, validate.getErrors().size());
assertEquals("The difference between the revocation time and the siganture time stamp is too large",
assertEquals("The difference between the revocation time and the signature time stamp is too large",
validate.getErrors().get(0).toString());
}

Expand Down

0 comments on commit 5fb3dc8

Please sign in to comment.