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
441441
442442 // https://github.com/SixLabors/ImageSharp/issues/2670
443443 [ Theory ]
444- [ WithFile ( Lossy . Issue2670 , PixelTypes . Rgba32 ) ]
444+ [ WithFile ( Lossy . Issue2676 , PixelTypes . Rgba32 ) ]
445445 public void WebpDecoder_CanDecode_Issue2670 < TPixel > ( TestImageProvider < TPixel > provider )
446446 where TPixel : unmanaged, IPixel < TPixel >
447447 {
Original file line number Diff line number Diff line change @@ -804,7 +804,7 @@ public static class Lossy
804804 public const string Issue1594 = "Webp/issues/Issue1594.webp" ;
805805 public const string Issue2243 = "Webp/issues/Issue2243.webp" ;
806806 public const string Issue2257 = "Webp/issues/Issue2257.webp" ;
807- public const string Issue2670 = "Webp/issues/Issue2670 .webp" ;
807+ public const string Issue2676 = "Webp/issues/Issue2676 .webp" ;
808808 }
809809 }
810810
File renamed without changes.
You can’t perform that action at this time.
0 commit comments