Browse Source

Fix peak image file name

pull/1552/head
Brian Popow 5 years ago
parent
commit
28872d09d3
  1. 2
      tests/ImageSharp.Tests/TestImages.cs

2
tests/ImageSharp.Tests/TestImages.cs

@ -498,7 +498,7 @@ namespace SixLabors.ImageSharp.Tests
public static class WebP public static class WebP
{ {
// Reference image as png // Reference image as png
public const string Peak = "WebP/Peak.png"; public const string Peak = "WebP/peak.png";
public static class Animated public static class Animated
{ {

Loading…
Cancel
Save