From fa4febf7fe3264a440c4d4e135dd027882e24fb0 Mon Sep 17 00:00:00 2001 From: Brian Popow Date: Thu, 12 Oct 2023 20:30:06 +0200 Subject: [PATCH] Fix path to test file --- tests/ImageSharp.Tests/TestImages.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ImageSharp.Tests/TestImages.cs b/tests/ImageSharp.Tests/TestImages.cs index ad1104a07..cb7ef7f37 100644 --- a/tests/ImageSharp.Tests/TestImages.cs +++ b/tests/ImageSharp.Tests/TestImages.cs @@ -677,7 +677,7 @@ public static class TestImages 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";