From b779e0ccba5af43cff8713ba0f21b62c900b5099 Mon Sep 17 00:00:00 2001 From: Simon Gockner Date: Fri, 7 Jun 2019 16:11:27 +0200 Subject: [PATCH] - fix name of test --- Test.LightweightIocContainer/IocContainerTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();