Browse Source

Fix tests preventing build from succeding + 2025.7.4 release

Marcin Ziąbek 1 month ago
parent
commit
451546b48b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/QuestPDF.ZUGFeRD/GenerationTest.cs

+ 1 - 1
Source/QuestPDF.ZUGFeRD/GenerationTest.cs

@@ -29,7 +29,7 @@ public class Tests
                 Language = "en-US"
                 Language = "en-US"
             })
             })
             .WithSettings(new DocumentSettings { PdfA = true }) // PDF/A-3b
             .WithSettings(new DocumentSettings { PdfA = true }) // PDF/A-3b
-            .GeneratePdf("invoice-bbb.pdf");
+            .GeneratePdf("invoice.pdf");
         
         
         DocumentOperation
         DocumentOperation
             .LoadFile("invoice.pdf")
             .LoadFile("invoice.pdf")