Skip to content

Commit 62dd62f

Browse files
Merge pull request SixLabors#1005 from SixLabors/issue/1004
Fix SixLabors#1004
2 parents 056285b + c9cd1cd commit 62dd62f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ImageSharp.Tests/TestImages.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ public static class Bad
9090
public const string CorruptedChunk = "Png/big-corrupted-chunk.png";
9191
public const string ZlibOverflow = "Png/zlib-overflow.png";
9292
public const string ZlibOverflow2 = "Png/zlib-overflow2.png";
93+
public const string ZlibZtxtBadHeader = "Png/zlib-ztxt-bad-header.png";
9394
}
9495

9596
public static readonly string[] All =

0 commit comments

Comments
 (0)