Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't touch existing test
Browse files Browse the repository at this point in the history
rasmusfaber committed May 22, 2024
1 parent d24e6d5 commit bd7ab68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ public PdfSmartCopyTest() {
}

@Test
void test1() {
public void test1() {
File orig = new File("src/test/resources/pdfsmartcopy_bec.pdf");
check(orig, 1);
}

0 comments on commit bd7ab68

Please sign in to comment.