BAEL-3826: appropriate spacing

This commit is contained in:
Cristian Rosu
2020-05-08 20:18:22 +03:00
parent d818a2c297
commit debd7456ff

View File

@@ -18,7 +18,9 @@ public class PDFThymeleafUnitTest {
@Test
public void givenThymeleafTemplate_whenParsedAndRenderedToPDF_thenItShouldNotBeEmpty() throws DocumentException, IOException {
String html = parseThymeleafTemplate();
ByteArrayOutputStream outputStream = generatePdfOutputStreamFromHtml(html);
assertTrue(outputStream.size() > 0);
}