Skip to content

Commit

Permalink
Update WebpEncoderTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Jul 10, 2024
1 parent ede33dc commit 59298c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/ImageSharp.Tests/Formats/WebP/WebpEncoderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,6 @@ public void WebpDecoder_CanDecode_Issue2763<TPixel>(TestImageProvider<TPixel> pr
};

using Image<TPixel> image = provider.GetImage(PngDecoder.Instance);
image.SaveAsWebp(@"C:\Users\james\Downloads\2763-fixed.webp", encoder);

image.DebugSave(provider);
image.VerifyEncoder(provider, "webp", string.Empty, encoder);
}
Expand Down

0 comments on commit 59298c8

Please sign in to comment.