Skip to content

Commit

Permalink
Corrected unit tests due to changes in ImageMagick.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Sep 5, 2021
1 parent e4ea47c commit 4dcc2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Magick.NET.Tests/MagickImageTests/TheDeskewMethod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void ShouldDeskewTheImage()

image.Deskew(new Percentage(10));

ColorAssert.Equal(new MagickColor("#007400740074"), image, 471, 92);
ColorAssert.Equal(MagickColors.Black, image, 471, 92);
}
}

Expand Down

0 comments on commit 4dcc2bc

Please sign in to comment.