From 04462a33688a628fc2b33df9fec68c5bea5ce62e Mon Sep 17 00:00:00 2001 From: Simon G Date: Thu, 1 Sep 2022 14:21:51 +0200 Subject: [PATCH] - fix namespace --- Test.LightweightIocContainer.Validation/IocValidatorTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Test.LightweightIocContainer.Validation/IocValidatorTest.cs b/Test.LightweightIocContainer.Validation/IocValidatorTest.cs index fbeff71..2748f90 100644 --- a/Test.LightweightIocContainer.Validation/IocValidatorTest.cs +++ b/Test.LightweightIocContainer.Validation/IocValidatorTest.cs @@ -11,7 +11,7 @@ using LightweightIocContainer.Validation; using Moq; using NUnit.Framework; -namespace Test.LightweightIocContainer; +namespace Test.LightweightIocContainer.Validation; [TestFixture] public class IocValidatorTest