Skip to content

Commit ed2cd31

Browse files
Fix casing
1 parent 2a54881 commit ed2cd31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ImageSharp.Tests/TestImages.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public static class Png
152152
public const string Issue2447 = "Png/issues/issue_2447.png";
153153

154154
// Issue 2668: https://github.com/SixLabors/ImageSharp/issues/2668
155-
public const string Issue2668 = "Png/issues/issue_2668.png";
155+
public const string Issue2668 = "Png/issues/Issue_2668.png";
156156

157157
public static class Bad
158158
{

0 commit comments

Comments
 (0)