Skip to content

Commit e2211c3

Browse files
committed
Update image threshold for resize tests
1 parent a7ca1b0 commit e2211c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ImageSharp.Tests/Processing/Processors/Transforms/ResizeTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public void WorkingBufferSizeHintInBytes_IsAppliedCorrectly<TPixel>(
139139
testOutputDetails: workingBufferLimitInRows,
140140
appendPixelTypeToFileName: false);
141141
image.CompareToReferenceOutput(
142-
ImageComparer.TolerantPercentage(0.001f),
142+
ImageComparer.TolerantPercentage(0.004f),
143143
provider,
144144
testOutputDetails: workingBufferLimitInRows,
145145
appendPixelTypeToFileName: false);

0 commit comments

Comments
 (0)