Skip to content

Commit 59298c8

Browse files
Update WebpEncoderTests.cs
1 parent ede33dc commit 59298c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,6 @@ public void WebpDecoder_CanDecode_Issue2763<TPixel>(TestImageProvider<TPixel> pr
510510
};
511511

512512
using Image<TPixel> image = provider.GetImage(PngDecoder.Instance);
513-
image.SaveAsWebp(@"C:\Users\james\Downloads\2763-fixed.webp", encoder);
514-
515513
image.DebugSave(provider);
516514
image.VerifyEncoder(provider, "webp", string.Empty, encoder);
517515
}

0 commit comments

Comments
 (0)