- fix unit test

pull/57/head
Simon G 4 years ago
parent f904491d5d
commit d31e745913
  1. 3
      Test.LightweightIocContainer/AssemblyInstallerTest.cs

@ -19,7 +19,8 @@ namespace Test.LightweightIocContainer
[TestFixture] [TestFixture]
public class AssemblyInstallerTest public class AssemblyInstallerTest
{ {
private class TestInstaller : IIocInstaller [UsedImplicitly]
public class TestInstaller : IIocInstaller
{ {
public void Install(IIocContainer container) => container.Register<Mock<IRegistration>>(); public void Install(IIocContainer container) => container.Register<Mock<IRegistration>>();
} }

Loading…
Cancel
Save