Browse Source

pushed a bad value accidentally in my previous commit

pull/637/head
Anton Firszov 8 years ago
parent
commit
52c9ca4a3d
  1. 2
      tests/ImageSharp.Tests/Formats/Png/PngEncoderTests.cs

2
tests/ImageSharp.Tests/Formats/Png/PngEncoderTests.cs

@ -21,7 +21,7 @@ namespace SixLabors.ImageSharp.Tests
{ {
// This is bull. Failing online for no good reason. // This is bull. Failing online for no good reason.
// The images are an exact match. Maybe the submodule isn't updating? // The images are an exact match. Maybe the submodule isn't updating?
private const float ToleranceThresholdForPaletteEncoder = 1.0F / 100; private const float ToleranceThresholdForPaletteEncoder = 1.3F / 100;
/// <summary> /// <summary>
/// All types except Palette /// All types except Palette

Loading…
Cancel
Save