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 fbe3ab6 commit 616ea65Copy full SHA for 616ea65
tests/Magick.NET.Tests/Coders/TheTiffCoder.cs
@@ -19,7 +19,7 @@ public void ShouldThrowExceptionWhenImageContainsInvalidTag()
19
20
var exception = Assert.Throws<MagickCoderErrorException>(() => image.Read(Files.Coders.IgnoreTagTIF));
21
22
- ExceptionAssert.Contains(@$"Null count for ""Tag {_tag}""", exception);
+ ExceptionAssert.Contains($"Defined set_get_field_type of custom tag {_tag} (Tag {_tag}) is TIFF_SETGET_UNDEFINED", exception);
23
}
24
25
[Fact]
tests/Magick.NET.Tests/Images/Coders/IgnoreTag.tif
1 Byte
0 commit comments