File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ public void WebpDecoder_CanDecode_Issue2257<TPixel>(TestImageProvider<TPixel> pr
441
441
442
442
// https://github.com/SixLabors/ImageSharp/issues/2670
443
443
[ Theory ]
444
- [ WithFile ( Lossy . Issue2676 , PixelTypes . Rgba32 ) ]
444
+ [ WithFile ( Lossy . Issue2670 , PixelTypes . Rgba32 ) ]
445
445
public void WebpDecoder_CanDecode_Issue2670 < TPixel > ( TestImageProvider < TPixel > provider )
446
446
where TPixel : unmanaged, IPixel < TPixel >
447
447
{
Original file line number Diff line number Diff line change @@ -804,7 +804,7 @@ public static class Lossy
804
804
public const string Issue1594 = "Webp/issues/Issue1594.webp" ;
805
805
public const string Issue2243 = "Webp/issues/Issue2243.webp" ;
806
806
public const string Issue2257 = "Webp/issues/Issue2257.webp" ;
807
- public const string Issue2676 = "Webp/issues/Issue2676 .webp" ;
807
+ public const string Issue2670 = "Webp/issues/Issue2670 .webp" ;
808
808
}
809
809
}
810
810
File renamed without changes.
You can’t perform that action at this time.
0 commit comments