Browse Source

Refactor DocumentCompressionTests to remove unnecessary PDF generation call that breaks build

Marcin Ziąbek 8 months ago
parent
commit
bc6b96c7d9
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Source/QuestPDF.UnitTests/DocumentCompressionTests.cs

+ 0 - 2
Source/QuestPDF.UnitTests/DocumentCompressionTests.cs

@@ -55,8 +55,6 @@ public class DocumentCompressionTests
             });
         });
 
-        document.GeneratePdfAndShow();
-        
         // warmup cache
         document.GeneratePdf();