Skip to content

Commit 616ea65

Browse files
committed
Updated unit test due to changes in libtiff.
1 parent fbe3ab6 commit 616ea65

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/Magick.NET.Tests/Coders/TheTiffCoder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public void ShouldThrowExceptionWhenImageContainsInvalidTag()
1919

2020
var exception = Assert.Throws<MagickCoderErrorException>(() => image.Read(Files.Coders.IgnoreTagTIF));
2121

22-
ExceptionAssert.Contains(@$"Null count for ""Tag {_tag}""", exception);
22+
ExceptionAssert.Contains($"Defined set_get_field_type of custom tag {_tag} (Tag {_tag}) is TIFF_SETGET_UNDEFINED", exception);
2323
}
2424

2525
[Fact]
1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)