Skip to content

Commit

Permalink
Merge branch 'develop' into devsecops
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-ivanov committed Jan 18, 2025
2 parents 10e1c80 + 994bcc7 commit 20c3f35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public virtual void PdfUA2ScreenAnnotationsTest() {
pdfPage.AddAnnotation(screen);
pdfPage.Flush();
}
NUnit.Framework.Assert.IsNotNull(new VeraPdfValidator().Validate(outFile));
new VeraPdfValidator().ValidateFailure(outFile);
}

// Android-Conversion-Skip-Line (TODO DEVSIX-7377 introduce pdf\a validation on Android)
Expand Down
2 changes: 1 addition & 1 deletion port-hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2cd532dff4e5c6f327bac223dd3506a58dc6f68c
97c3ae4142bc0b9cb2ff210e32a9138150c5fe15

0 comments on commit 20c3f35

Please sign in to comment.