Skip to content

Commit b00baad

Browse files
committed
Updated unit test due to changes in ImageMagick.
1 parent 7bbf664 commit b00baad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Magick.NET.Tests/MagickImageTests/TheAttributeNamesMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public void ShouldReturnTheAttributeNames()
2121
var names = image.AttributeNames;
2222
var allNames = string.Join(",", names);
2323

24-
Assert.Equal(6, names.Count());
24+
Assert.Equal(7, names.Count());
2525
Assert.Equal("date:create,date:modify,date:timestamp,foo,jpeg:colorspace,jpeg:sampling-factor", allNames);
2626
}
2727
}

0 commit comments

Comments
 (0)