From e3ef796be274d4cb9effeaec6665bf3c4bdaccdb Mon Sep 17 00:00:00 2001 From: Ynse Hoornenborg Date: Fri, 7 Jan 2022 11:42:50 +0100 Subject: [PATCH] Fix casing for Webp test image --- 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 d564866e4..3fb07e12d 100644 --- a/tests/ImageSharp.Tests/TestImages.cs +++ b/tests/ImageSharp.Tests/TestImages.cs @@ -628,7 +628,7 @@ namespace SixLabors.ImageSharp.Tests public const string Earth = "Webp/earth_lossy.webp"; public const string WithExif = "Webp/exif_lossy.webp"; public const string WithIccp = "Webp/lossy_with_iccp.webp"; - public const string WithXmp = "webp/xmp_lossy.webp"; + public const string WithXmp = "Webp/xmp_lossy.webp"; public const string BikeSmall = "Webp/bike_lossless_small.webp"; // Lossy images without macroblock filtering.