Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
antonfirsov committed Aug 31, 2017
1 parent b1dce71 commit 2153f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ImageSharp.Tests/TestImages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public class Issues
{
public const string CriticalEOF214 = "Jpg/issues/Issue214-CriticalEOF.jpg";
public const string Issue159Girl = "Jpg/issues/Issue159Girl.jpg";
public const string ProgressiveWithTooManyCoefficients178 = "Jpg/issues/Issue178Lemon-ProgressiveWithTooManyCoefficients.jpg";
public const string BadCoeffsProgressive178 = "Jpg/issues/Issue178-BadCoeffsProgressive-Lemon.jpg";
}

public static readonly string[] All = Baseline.All.Concat(Progressive.All).ToArray();
Expand Down

0 comments on commit 2153f37

Please sign in to comment.