From ee62b83ad937614652c613ee0d50b8f3f1edac51 Mon Sep 17 00:00:00 2001 From: Brian Popow Date: Wed, 31 Aug 2022 18:03:17 +0200 Subject: [PATCH] Fix test file name --- 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 c51ec4acb6..0f9479a764 100644 --- a/tests/ImageSharp.Tests/TestImages.cs +++ b/tests/ImageSharp.Tests/TestImages.cs @@ -348,7 +348,7 @@ namespace SixLabors.ImageSharp.Tests public const string Rle4Delta320240 = "Bmp/rle4-delta-320x240.bmp"; public const string Bit1 = "Bmp/pal1.bmp"; public const string Bit2 = "Bmp/pal2.bmp"; - public const string Bit2Color = "Bmp/pal2Color.bmp"; + public const string Bit2Color = "Bmp/pal2color.bmp"; public const string Bit1Pal1 = "Bmp/pal1p1.bmp"; public const string Bit4 = "Bmp/pal4.bmp"; public const string Bit8 = "Bmp/test8.bmp";