BAEL-3826: appropriate spacing
This commit is contained in:
parent
7e8d36d084
commit
f83c73a830
@ -18,7 +18,9 @@ public class PDFThymeleafUnitTest {
|
|||||||
@Test
|
@Test
|
||||||
public void givenThymeleafTemplate_whenParsedAndRenderedToPDF_thenItShouldNotBeEmpty() throws DocumentException, IOException {
|
public void givenThymeleafTemplate_whenParsedAndRenderedToPDF_thenItShouldNotBeEmpty() throws DocumentException, IOException {
|
||||||
String html = parseThymeleafTemplate();
|
String html = parseThymeleafTemplate();
|
||||||
|
|
||||||
ByteArrayOutputStream outputStream = generatePdfOutputStreamFromHtml(html);
|
ByteArrayOutputStream outputStream = generatePdfOutputStreamFromHtml(html);
|
||||||
|
|
||||||
assertTrue(outputStream.size() > 0);
|
assertTrue(outputStream.size() > 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user