From b73b03db611fc54b9cf8c66b7b65b3885cbd4cc9 Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Thu, 14 Sep 2017 15:25:23 +0200 Subject: [PATCH] fix build --- .../PixelFormats/PixelOperationsTests.Blender.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ImageSharp.Tests/PixelFormats/PixelOperationsTests.Blender.cs b/tests/ImageSharp.Tests/PixelFormats/PixelOperationsTests.Blender.cs index 681aa6f0d1..524747afec 100644 --- a/tests/ImageSharp.Tests/PixelFormats/PixelOperationsTests.Blender.cs +++ b/tests/ImageSharp.Tests/PixelFormats/PixelOperationsTests.Blender.cs @@ -11,7 +11,7 @@ using Xunit; namespace SixLabors.ImageSharp.Tests.PixelFormats { - public partial class PixelOperationsTests + public class PixelBlenderTests {