Browse Source

Name of class now matches the file name.

Former-commit-id: 65b82d058bb35b0aa1f03c213b9c307093036869
Former-commit-id: e4297c2ff6c203533ddfa95cdae68cad1c01344d
Former-commit-id: 977c908c09a60e73f2485e5259644b8b04f59bb3
pull/1/head
dirk 10 years ago
parent
commit
e3613f5f09
  1. 2
      tests/ImageProcessorCore.Tests/Processors/Samplers/FlipTests.cs

2
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<FlipType> FlipValues
= new TheoryData<FlipType>

Loading…
Cancel
Save