Skip to content

Commit

Permalink
Allow a small delta.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jul 21, 2019
1 parent 2a9443c commit 9b9296d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class TheCompressMethod : GifOptimizerTests
public void ShouldCompress()
{
var result = AssertCompressSmaller(Files.FujiFilmFinePixS1ProGIF);
Assert.AreEqual(172864, result);
Assert.AreEqual(172864, result, 1);
}

[TestMethod]
Expand Down

0 comments on commit 9b9296d

Please sign in to comment.