use correct object

pull/59/head
theKBro 3 years ago
parent 930bd9ca8a
commit 6b75748d4b
  1. 2
      Test.LightweightIocContainer.Validation/IocValidatorTest.cs

@ -156,7 +156,7 @@ public class IocValidatorTest
if (noMatchingConstructorFoundException.InnerExceptions[0] is not ConstructorNotMatchingException iTest2CtorNotMatchingException)
{
Assert.Fail($"{nameof(aggregateException.InnerExceptions)} is not of type {nameof(ConstructorNotMatchingException)}");
Assert.Fail($"{nameof(noMatchingConstructorFoundException.InnerExceptions)} is not of type {nameof(ConstructorNotMatchingException)}");
return;
}

Loading…
Cancel
Save