- remove spaces

ImplementExpressionTrees
Simon G 3 years ago
parent 04462a3368
commit ca9a183b68
  1. 5
      Test.LightweightIocContainer.Validation/IocValidatorTest.cs

@ -45,8 +45,6 @@ public class IocValidatorTest
}
}
[UsedImplicitly]
public interface ITestFactory
{
@ -60,8 +58,6 @@ public class IocValidatorTest
ITest2 Create(ITest test);
}
[UsedImplicitly]
public interface IInvalidFactory
{
@ -134,7 +130,6 @@ public class IocValidatorTest
parameterMock.Verify(p => p.Method(), Times.Never);
}
[Test]
public void TestValidateWithInvalidParameterWithFactory()
{

Loading…
Cancel
Save