Skip to content

Commit fa4febf

Browse files
committed
Fix path to test file
1 parent d14494c commit fa4febf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ImageSharp.Tests/TestImages.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ public static class Lossy
677677
public const string WithXmp = "Webp/xmp_lossy.webp";
678678
public const string BikeSmall = "Webp/bike_lossy_small.webp";
679679
public const string Animated = "Webp/leo_animated_lossy.webp";
680-
public const string AnimatedIssue2528 = "Webp/Issues/Issue2528.webp";
680+
public const string AnimatedIssue2528 = "Webp/Issues/issue2528.webp";
681681

682682
// Lossy images without macroblock filtering.
683683
public const string BikeWithExif = "Webp/bike_lossy_with_exif.webp";

0 commit comments

Comments
 (0)