Skip to content

Commit 3f1f334

Browse files
.
1 parent 18db86e commit 3f1f334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/tests-unit/files/FWO.Test/HtmlToPdfTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace FWO.Test
1414
internal class HtmlToPdfTest
1515
{
1616
private const string FilePath = "pdffile.pdf";
17-
private const string Html = "<html> <body> <h1>test</h1> <h2>test mit puppteer</h2> </body> </html>";
17+
private const string Html = "<html><body><h1>test</h1><h2>test mit puppteer</h2></body></html>";
1818
private const string ChromeBinPathLinux = "/usr/local/bin";
1919

2020

0 commit comments

Comments
 (0)