Skip to content

Commit 83ecbdb

Browse files
Fix path
1 parent 3b9fa8a commit 83ecbdb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/ImageSharp.Tests/Formats/Png/PngDecoderTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Copyright (c) Six Labors.
22
// Licensed under the Six Labors Split License.
33

4-
using System.IO;
54
using System.Runtime.Intrinsics.X86;
65
using Microsoft.DotNet.RemoteExecutor;
76
using SixLabors.ImageSharp.Formats;

tests/ImageSharp.Tests/TestImages.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public static class Png
7373
public const string DisposeBackgroundRegion = "Png/animated/15-dispose-background-region.png";
7474
public const string DisposePreviousFirst = "Png/animated/12-dispose-prev-first.png";
7575
public const string BlendOverMultiple = "Png/animated/21-blend-over-multiple.png";
76-
public const string Issue2666 = "Png/Issues/Issue_2666.png";
76+
public const string Issue2666 = "Png/issues/Issue_2666.png";
7777

7878
// Filtered test images from http://www.schaik.com/pngsuite/pngsuite_fil_png.html
7979
public const string Filter0 = "Png/filter0.png";

0 commit comments

Comments
 (0)