From 9691d5905afef3ea582031da2c5468a011834b1c Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Fri, 9 Mar 2018 16:58:11 +1100 Subject: [PATCH] Fix test --- .../Processing/Processors/Binarization/BinaryDitherTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ImageSharp.Tests/Processing/Processors/Binarization/BinaryDitherTests.cs b/tests/ImageSharp.Tests/Processing/Processors/Binarization/BinaryDitherTests.cs index 6859580668..1859ed109f 100644 --- a/tests/ImageSharp.Tests/Processing/Processors/Binarization/BinaryDitherTests.cs +++ b/tests/ImageSharp.Tests/Processing/Processors/Binarization/BinaryDitherTests.cs @@ -44,7 +44,7 @@ namespace SixLabors.ImageSharp.Tests.Processing.Processors.Binarization }; - private static IOrderedDither DefaultDitherer => Dithering.Ditherers.BayerDither4x4; + private static IOrderedDither DefaultDitherer => Ditherers.BayerDither4x4; private static IErrorDiffuser DefaultErrorDiffuser => Diffusers.Atkinson;