diff --git a/Test.LightweightIocContainer/AssemblyInstallerTest.cs b/Test.LightweightIocContainer/AssemblyInstallerTest.cs index 09f005a..cbef0d9 100644 --- a/Test.LightweightIocContainer/AssemblyInstallerTest.cs +++ b/Test.LightweightIocContainer/AssemblyInstallerTest.cs @@ -19,7 +19,8 @@ namespace Test.LightweightIocContainer [TestFixture] public class AssemblyInstallerTest { - private class TestInstaller : IIocInstaller + [UsedImplicitly] + public class TestInstaller : IIocInstaller { public void Install(IIocContainer container) => container.Register>(); }