We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e589e8 commit ecf05e2Copy full SHA for ecf05e2
tests/ImageSharp.Tests/Processing/Processors/Transforms/ResizeTests.cs
@@ -36,7 +36,7 @@ public class ResizeTests
36
};
37
38
private static readonly ImageComparer ValidatorComparer =
39
- ImageComparer.TolerantPercentage(TestEnvironment.IsOSX && TestEnvironment.RunsOnCI ? 0.2595F : 0.07F);
+ ImageComparer.TolerantPercentage(TestEnvironment.IsOSX && TestEnvironment.RunsOnCI ? 0.26F : 0.07F);
40
41
[Fact]
42
public void Resize_PixelAgnostic()
0 commit comments