Skip to content

Commit 12d05b7

Browse files
Revert "Fix file name"
This reverts commit 15619ec.
1 parent 15619ec commit 12d05b7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

tests/ImageSharp.Tests/Formats/WebP/WebpDecoderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.Issue2676, PixelTypes.Rgba32)]
444+
[WithFile(Lossy.Issue2670, PixelTypes.Rgba32)]
445445
public void WebpDecoder_CanDecode_Issue2670<TPixel>(TestImageProvider<TPixel> provider)
446446
where TPixel : unmanaged, IPixel<TPixel>
447447
{

tests/ImageSharp.Tests/TestImages.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 Issue2676 = "Webp/issues/Issue2676.webp";
807+
public const string Issue2670 = "Webp/issues/Issue2670.webp";
808808
}
809809
}
810810

0 commit comments

Comments
 (0)