diff --git a/Test.LightweightIocContainer/IocContainerTest.cs b/Test.LightweightIocContainer/IocContainerTest.cs index 7a6e99b..480d09b 100644 --- a/Test.LightweightIocContainer/IocContainerTest.cs +++ b/Test.LightweightIocContainer/IocContainerTest.cs @@ -92,7 +92,7 @@ namespace Test.LightweightIocContainer } [Test] - public void RegisterFactoryWithoutCreate() + public void TestRegisterFactoryWithoutCreate() { IIocContainer iocContainer = new IocContainer();