Skip to content

Commit 19461e0

Browse files
committed
Reduce the file name length to avoid exception
1 parent b67d82c commit 19461e0

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

src/test/java/com/itextpdf/html2pdf/css/w3c/css_grid/GridTracksStretchedWithDifferentFlexFactorsSumTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ This file is part of the iText (R) project.
3232
public class GridTracksStretchedWithDifferentFlexFactorsSumTest extends W3CCssGridTest {
3333
@Override
3434
protected String getHtmlFileName() {
35-
return "grid-tracks-stretched-with-different-flex-factors-sum.html";
35+
return "tracks-stretched-diff-flex-factors-sum.html";
3636
}
3737
}

0 commit comments

Comments
 (0)