Skip to content

Commit

Permalink
fix(pdf): correct modules
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD committed Dec 6, 2023
1 parent ef0947e commit 608cd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Sitko.Core.Pdf.Tests/PdfTestScope.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ public class PdfTestScope : BaseTestScope
protected override IHostApplicationBuilder ConfigureApplication(IHostApplicationBuilder hostBuilder, string name) =>
base.ConfigureApplication(hostBuilder, name)
.AddPuppeteer()
.AddPuppeteer();
.AddPdfRenderer();
}

0 comments on commit 608cd19

Please sign in to comment.