From 109e0df0c46f2a7ab55f9a3d13e648b93b95c8f1 Mon Sep 17 00:00:00 2001 From: Eliot Jones Date: Sat, 19 Feb 2022 16:19:11 -0400 Subject: [PATCH] fix test --- src/UglyToad.PdfPig.Tests/PublicApiScannerTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UglyToad.PdfPig.Tests/PublicApiScannerTests.cs b/src/UglyToad.PdfPig.Tests/PublicApiScannerTests.cs index ef41c787..1cf6f562 100644 --- a/src/UglyToad.PdfPig.Tests/PublicApiScannerTests.cs +++ b/src/UglyToad.PdfPig.Tests/PublicApiScannerTests.cs @@ -118,7 +118,7 @@ "UglyToad.PdfPig.Graphics.Core.LineDashPattern", "UglyToad.PdfPig.Graphics.Core.LineJoinStyle", "UglyToad.PdfPig.Graphics.Core.RenderingIntent", - "UglyToad.PdfPig.Graphics.Core.TextRenderingMode", + "UglyToad.PdfPig.Core.TextRenderingMode", "UglyToad.PdfPig.Graphics.CurrentFontState", "UglyToad.PdfPig.Graphics.CurrentGraphicsState", "UglyToad.PdfPig.Graphics.IColorSpaceContext",