diff --git a/tests/ImageSharp.Tests/TestImages.cs b/tests/ImageSharp.Tests/TestImages.cs index 66a716b27a..da27ab081a 100644 --- a/tests/ImageSharp.Tests/TestImages.cs +++ b/tests/ImageSharp.Tests/TestImages.cs @@ -116,7 +116,7 @@ namespace ImageSharp.Tests public const string Car = "Bmp/Car.bmp"; public const string F = "Bmp/F.bmp"; public const string NegHeight = "Bmp/neg_height.bmp"; - public const string CoreHeader = "Bmp/QR_core.bmp"; + public const string CoreHeader = "Bmp/BitmapCoreHeaderQR.bmp"; public static readonly string[] All = { Car, F, NegHeight, CoreHeader }; } diff --git a/tests/ImageSharp.Tests/TestImages/Formats/Bmp/QR_core.bmp b/tests/ImageSharp.Tests/TestImages/Formats/Bmp/BitmapCoreHeaderQR.bmp similarity index 100% rename from tests/ImageSharp.Tests/TestImages/Formats/Bmp/QR_core.bmp rename to tests/ImageSharp.Tests/TestImages/Formats/Bmp/BitmapCoreHeaderQR.bmp