From e3613f5f094ab9a42f0fce8d6570dd8a82f7a677 Mon Sep 17 00:00:00 2001 From: dirk Date: Sat, 13 Aug 2016 17:13:24 +0200 Subject: [PATCH] Name of class now matches the file name. Former-commit-id: 65b82d058bb35b0aa1f03c213b9c307093036869 Former-commit-id: e4297c2ff6c203533ddfa95cdae68cad1c01344d Former-commit-id: 977c908c09a60e73f2485e5259644b8b04f59bb3 --- tests/ImageProcessorCore.Tests/Processors/Samplers/FlipTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ImageProcessorCore.Tests/Processors/Samplers/FlipTests.cs b/tests/ImageProcessorCore.Tests/Processors/Samplers/FlipTests.cs index 5402644e5..e6d4b25b4 100644 --- a/tests/ImageProcessorCore.Tests/Processors/Samplers/FlipTests.cs +++ b/tests/ImageProcessorCore.Tests/Processors/Samplers/FlipTests.cs @@ -9,7 +9,7 @@ namespace ImageProcessorCore.Tests using Xunit; - public class FlipTest : FileTestBase + public class FlipTests : FileTestBase { public static readonly TheoryData FlipValues = new TheoryData