Skip to content

Commit b6cc364

Browse files
committed
Fix typo in test
1 parent edb8819 commit b6cc364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/itextpdf/html2pdf/css/TextDecorationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public void textDecoration01Test() throws IOException, InterruptedException {
6969

7070
@Test
7171
public void textDecoration02Test() throws IOException, InterruptedException {
72-
convertToPdfAndCompare("textDecorationTest01", sourceFolder, destinationFolder);
72+
convertToPdfAndCompare("textDecorationTest02", sourceFolder, destinationFolder);
7373
}
7474

7575
@Test

0 commit comments

Comments
 (0)