Browse Source

Fix build

Marcin Ziąbek 8 months ago
parent
commit
7ef52a0d94
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/QuestPDF.ReportSample/Tests.cs

+ 1 - 1
Source/QuestPDF.ReportSample/Tests.cs

@@ -43,7 +43,7 @@ namespace QuestPDF.ReportSample
         [Test]
         public void GeneratePdfForManualVerificationTesting()
         {
-            Report.GeneratePdfAndShow();
+            Report.GeneratePdf("report.pdf");
         }
         
         [Test]