From c99bbe586dcebaf1cc7b93ee8baa4995daeff7c3 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Tue, 30 May 2017 15:57:19 +1000 Subject: [PATCH] Update Hue --- tests/ImageSharp.Tests/Processing/ColorMatrix/HueTest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ImageSharp.Tests/Processing/ColorMatrix/HueTest.cs b/tests/ImageSharp.Tests/Processing/ColorMatrix/HueTest.cs index 0666d505a..a102adb92 100644 --- a/tests/ImageSharp.Tests/Processing/ColorMatrix/HueTest.cs +++ b/tests/ImageSharp.Tests/Processing/ColorMatrix/HueTest.cs @@ -19,7 +19,7 @@ namespace ImageSharp.Tests.Processing.ColorMatrix }; [Theory] - [WithFileCollection(nameof(AllBmpFiles), nameof(HueValues), StandardPixelType)] + [WithFileCollection(nameof(DefaultFiles), nameof(HueValues), StandardPixelType)] public void ImageShouldApplyHueFilter(TestImageProvider provider, int value) where TPixel : struct, IPixel { @@ -31,7 +31,7 @@ namespace ImageSharp.Tests.Processing.ColorMatrix } [Theory] - [WithFileCollection(nameof(AllBmpFiles), nameof(HueValues), StandardPixelType)] + [WithFileCollection(nameof(DefaultFiles), nameof(HueValues), StandardPixelType)] public void ImageShouldApplyHueFilterInBox(TestImageProvider provider, int value) where TPixel : struct, IPixel {