Skip to content

Commit a1cdb5a

Browse files
JeremyKuhnegithub-actions
authored andcommitted
Fix test attribute
1 parent 7e7c387 commit a1cdb5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Drawing.Common/tests/System/Drawing/Printing/PrintDocumentTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public void EndPrint_SetValue_ReturnsExpected()
160160
Assert.False(flag);
161161
}
162162

163-
[ConditionalFact(nameof(Helpers.CanPrintToPdf))]
163+
[ConditionalFact(typeof(Helpers), nameof(Helpers.CanPrintToPdf))]
164164
public void Print_DefaultPrintController_Success()
165165
{
166166
if (!Helpers.TryGetPdfPrinterName(out string? printerName))

0 commit comments

Comments
 (0)