RED-8747 - Entities not merged properly - fp

- update test
This commit is contained in:
Corina Olariu 2024-04-09 12:24:19 +03:00
parent 014eba9fc3
commit 319268c53d

View File

@ -676,7 +676,7 @@ public class PdfSegmentationServiceTest extends AbstractTest {
validateTableSize(document, 1);
validateTable(document, 0, 6, 6, 0, 0);
validateTable(document, 0, 6, 6, 5, 0);
}