We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4703c3f commit 7fd4b8eCopy full SHA for 7fd4b8e
tests/Magick.NET.Tests/Formats/Pdf/PdfReadDefinesTests/ThePasswordProperty.cs
@@ -91,7 +91,7 @@ public void ShouldNotBeAbleToOpenFileWithNullPassword()
91
#if WINDOWS_BUILD
92
ExceptionAssert.Contains("This file requires a password for access.", exception);
93
#else
94
- ExceptionAssert.Contains("Error: Couldn't initialise file.", exception);
+ ExceptionAssert.Contains("Error: Couldn't initialise file.", exception);
95
#endif
96
return;
97
}
0 commit comments