Browse Source

Fix path to test file

pull/2547/head
Brian Popow 2 years ago
parent
commit
fa4febf7fe
  1. 2
      tests/ImageSharp.Tests/TestImages.cs

2
tests/ImageSharp.Tests/TestImages.cs

@ -677,7 +677,7 @@ public static class TestImages
public const string WithXmp = "Webp/xmp_lossy.webp"; public const string WithXmp = "Webp/xmp_lossy.webp";
public const string BikeSmall = "Webp/bike_lossy_small.webp"; public const string BikeSmall = "Webp/bike_lossy_small.webp";
public const string Animated = "Webp/leo_animated_lossy.webp"; public const string Animated = "Webp/leo_animated_lossy.webp";
public const string AnimatedIssue2528 = "Webp/Issues/Issue2528.webp"; public const string AnimatedIssue2528 = "Webp/Issues/issue2528.webp";
// Lossy images without macroblock filtering. // Lossy images without macroblock filtering.
public const string BikeWithExif = "Webp/bike_lossy_with_exif.webp"; public const string BikeWithExif = "Webp/bike_lossy_with_exif.webp";

Loading…
Cancel
Save