diff --git a/tests/ImageProcessorCore.Tests/Processors/Samplers/SamplerTests.cs b/tests/ImageProcessorCore.Tests/Processors/Samplers/SamplerTests.cs index d9a8608d1f..aff221c014 100644 --- a/tests/ImageProcessorCore.Tests/Processors/Samplers/SamplerTests.cs +++ b/tests/ImageProcessorCore.Tests/Processors/Samplers/SamplerTests.cs @@ -407,7 +407,7 @@ { ResizeOptions options = new ResizeOptions() { - Size = new Size(image.Width - 200, image.Height), + Size = new Size(image.Width - 10, image.Height), Mode = ResizeMode.Stretch };