BAEL-3826: appropriate spacing
This commit is contained in:
parent
7e8d36d084
commit
f83c73a830
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue