Skip to content

Commit

Permalink
fix test image filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Balabaev authored and Nikita Balabaev committed Aug 24, 2017
1 parent ebe664c commit d6a2d40
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 @@ -25,7 +25,7 @@ public static class Png
public const string Powerpoint = "Png/pp.png";
public const string SplashInterlaced = "Png/splash-interlaced.png";
public const string Interlaced = "Png/interlaced.png";
public const string Palette8Bpp = "Png/Palette-8bpp.png";
public const string Palette8Bpp = "Png/palette-8bpp.png";
public const string Bpp1 = "Png/bpp1.png";
public const string Gray4Bpp = "Png/gray_4bpp.png";
public const string Rgb48Bpp = "Png/rgb-48bpp.png";
Expand Down

0 comments on commit d6a2d40

Please sign in to comment.