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.
2 parents 1d87e61 + 07d2c04 commit 3f05cbeCopy full SHA for 3f05cbe
1 file changed
tests/ImageSharp.Tests/Formats/Bmp/BmpDecoderTests.cs
@@ -589,7 +589,7 @@ public void BmpDecoder_ThrowsException_Issue3067()
589
590
using MemoryStream stream = new(bmp);
591
592
- InvalidImageContentException ex = Assert.Throws<InvalidImageContentException>(() =>
+ Assert.Throws<InvalidImageContentException>(() =>
593
{
594
using Image image = BmpDecoder.Instance.Decode(DecoderOptions.Default, stream);
595
});
0 commit comments