From c62d3743f6093f522021eb56eae6a40fac3c8c09 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Fri, 24 Jun 2016 04:55:52 +1000 Subject: [PATCH] Fix test Former-commit-id: 302b5639e0f0c3dba963ea2c7429abb65c86861b Former-commit-id: 33439cbea2ed55023f43dc2e61306f1c9f9d49ef Former-commit-id: 9f2431ff52358e9fc56511f855b2b5bb8f4133f1 --- .../Processors/Samplers/SamplerTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };