File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
tests/ImageSharp.Tests/Processing/Transforms Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1010using SixLabors . ImageSharp . Processing . Transforms . Resamplers ;
1111using SixLabors . ImageSharp . Tests . TestUtilities . ImageComparison ;
1212using Xunit ;
13+ // ReSharper disable InconsistentNaming
1314
1415namespace SixLabors . ImageSharp . Tests . Processing . Transforms
1516{
@@ -18,7 +19,7 @@ namespace SixLabors.ImageSharp.Tests.Processing.Transforms
1819 public class ProjectiveTransformTests
1920 {
2021 private static readonly ImageComparer ValidatorComparer = ImageComparer . TolerantPercentage ( 0.03f , 3 ) ;
21- private static readonly ImageComparer TolerantComparer = ImageComparer . TolerantPercentage ( 0.05f , 3 ) ;
22+ private static readonly ImageComparer TolerantComparer = ImageComparer . TolerantPercentage ( 0.1f , 3 ) ;
2223
2324 private ITestOutputHelper Output { get ; }
2425
You can’t perform that action at this time.
0 commit comments