Skip to content

Commit

Permalink
Fixed unit tests due to upgrade of Magick.Native.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Oct 25, 2021
1 parent 50c7cdf commit fa6ea18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Magick.NET.Tests/Framework/Coders/TheCaptionCoder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void ShouldAddCorrectLineBreaks3()
{
ColorAssert.Equal(MagickColors.Black, image, 415, 27);
ColorAssert.Equal(MagickColors.Black, image, 426, 52);
ColorAssert.Equal(MagickColors.Black, image, 316, 83);
ColorAssert.Equal(MagickColors.Black, image, 317, 82);
ColorAssert.Equal(MagickColors.White, image, 250, 52);
}
}
Expand Down

0 comments on commit fa6ea18

Please sign in to comment.