ソースを参照

Remove PDF auto-display in RowExamples test (breaks actions)

Marcin Ziąbek 10 ヶ月 前
コミット
270a618807
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Source/QuestPDF.DocumentationExamples/RowExamples.cs

+ 1 - 1
Source/QuestPDF.DocumentationExamples/RowExamples.cs

@@ -66,7 +66,7 @@ public class RowExamples
                         });
                 });
             })
-            .GeneratePdfAndShow();
+            .GeneratePdf();
     }
     
     [Test]