Skip to content

Commit 4c54286

Browse files
committed
Fix cmp. Minor refactoring.
7.0 and develop cmps differ because of different default font-family. DEVSIX-1597
1 parent 268a8d4 commit 4c54286

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/test/java/com/itextpdf/html2pdf/element/TableTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ public void tableMaxHeightTest02() throws IOException, InterruptedException {
322322
}
323323

324324
@Test
325-
public void multipleRowsInHeade01() throws IOException, InterruptedException {
325+
public void multipleRowsInHeader01() throws IOException, InterruptedException {
326326
runTest("multipleRowsInHeader01");
327327
}
328328

0 commit comments

Comments
 (0)