Skip to content

Commit

Permalink
Fix AsciidocMultipleInputsTest
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Jun 10, 2024
1 parent 2c6050a commit cdea0ce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ void shouldGeneratePdf() {
.startsWith("%PDF-1.4")
.contains("/Title (Example Manual)")
.contains("/Author (Doc Writer)")
.contains("/Creator (Asciidoctor PDF");
.contains("/Creator (Doc Writer)")
.contains("/Producer (Asciidoctor PDF");
}

private String generatedDoc(String filename) {
Expand Down

0 comments on commit cdea0ce

Please sign in to comment.