Skip to content

Commit 9fc82e1

Browse files
author
Alexandr Fedorov
committed
Remove unnecessary TODO
DEVSIX-8698
1 parent f8122b0 commit 9fc82e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ public void brClearNoneTest() throws IOException, InterruptedException {
9696
}
9797

9898
@Test
99-
// TODO: DEVSIX-8698 creates an empty tag for the br tag
10099
public void taggedBrTest() throws IOException, InterruptedException {
101100
PdfDocument pdfDocument = new PdfDocument(new PdfWriter(destinationFolder + "taggedBr.pdf"));
102101
pdfDocument.setTagged();

0 commit comments

Comments
 (0)