Skip to content

Commit 7fd4b8e

Browse files
committed
Silence warning.
1 parent 4703c3f commit 7fd4b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Magick.NET.Tests/Formats/Pdf/PdfReadDefinesTests/ThePasswordProperty.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public void ShouldNotBeAbleToOpenFileWithNullPassword()
9191
#if WINDOWS_BUILD
9292
ExceptionAssert.Contains("This file requires a password for access.", exception);
9393
#else
94-
ExceptionAssert.Contains("Error: Couldn't initialise file.", exception);
94+
ExceptionAssert.Contains("Error: Couldn't initialise file.", exception);
9595
#endif
9696
return;
9797
}

0 commit comments

Comments
 (0)