We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e7c387 commit a1cdb5aCopy full SHA for a1cdb5a
src/System.Drawing.Common/tests/System/Drawing/Printing/PrintDocumentTests.cs
@@ -160,7 +160,7 @@ public void EndPrint_SetValue_ReturnsExpected()
160
Assert.False(flag);
161
}
162
163
- [ConditionalFact(nameof(Helpers.CanPrintToPdf))]
+ [ConditionalFact(typeof(Helpers), nameof(Helpers.CanPrintToPdf))]
164
public void Print_DefaultPrintController_Success()
165
{
166
if (!Helpers.TryGetPdfPrinterName(out string? printerName))
0 commit comments