BAEL-3826: appropriate spacing

This commit is contained in:
Cristian Rosu 2020-05-08 20:18:22 +03:00
parent 7e8d36d084
commit f83c73a830
1 changed files with 2 additions and 0 deletions

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);
}