Skip to content

Commit

Permalink
Fix path to test file
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpopow committed Oct 12, 2023
1 parent d14494c commit fa4febf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ImageSharp.Tests/TestImages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ public static class Lossy
public const string WithXmp = "Webp/xmp_lossy.webp";
public const string BikeSmall = "Webp/bike_lossy_small.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.
public const string BikeWithExif = "Webp/bike_lossy_with_exif.webp";
Expand Down

0 comments on commit fa4febf

Please sign in to comment.