Browse Source

Fix test

Former-commit-id: 302b5639e0f0c3dba963ea2c7429abb65c86861b
Former-commit-id: 33439cbea2ed55023f43dc2e61306f1c9f9d49ef
Former-commit-id: 9f2431ff52358e9fc56511f855b2b5bb8f4133f1
af/merge-core
James Jackson-South 10 years ago
parent
commit
33936560f9
  1. 2
      tests/ImageProcessorCore.Tests/Processors/Samplers/SamplerTests.cs

2
tests/ImageProcessorCore.Tests/Processors/Samplers/SamplerTests.cs

@ -407,7 +407,7 @@
{ {
ResizeOptions options = new ResizeOptions() ResizeOptions options = new ResizeOptions()
{ {
Size = new Size(image.Width - 200, image.Height), Size = new Size(image.Width - 10, image.Height),
Mode = ResizeMode.Stretch Mode = ResizeMode.Stretch
}; };

Loading…
Cancel
Save