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.
1 parent 9677be0 commit 35d55b5Copy full SHA for 35d55b5
1 file changed
tests/ImageSharp.Tests/Formats/Gif/GifDecoderTests.cs
@@ -133,7 +133,6 @@ public void CanDecodeAllFrames<TPixel>(TestImageProvider<TPixel> provider)
133
}
134
135
[Theory]
136
- [InlineData(TestImages.Gif.Cheers, 8)]
137
[InlineData(TestImages.Gif.Giphy, 8)]
138
[InlineData(TestImages.Gif.Rings, 8)]
139
[InlineData(TestImages.Gif.Trans, 8)]
@@ -194,7 +193,7 @@ public void CanDecodeIntermingledImages()
194
193
195
196
197
- // https://github.com/SixLabors/ImageSharp/issues/1503
+ // https://github.com/SixLabors/ImageSharp/issues/1530
198
199
[WithFile(TestImages.Gif.Issues.Issue1530, PixelTypes.Rgba32)]
200
public void Issue1530_BadDescriptorDimensions<TPixel>(TestImageProvider<TPixel> provider)
0 commit comments