From 46e85038bd1cb43f17108bc83a0e2d076a2f2f36 Mon Sep 17 00:00:00 2001 From: Travis Illig Date: Thu, 24 Sep 2020 12:29:29 -0700 Subject: [PATCH] Test for #718 passes under v6. --- .../Features/LazyDependencies/LazyRegistrationSourceTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Autofac.Test/Features/LazyDependencies/LazyRegistrationSourceTests.cs b/test/Autofac.Test/Features/LazyDependencies/LazyRegistrationSourceTests.cs index 9f77b727b..759c46253 100644 --- a/test/Autofac.Test/Features/LazyDependencies/LazyRegistrationSourceTests.cs +++ b/test/Autofac.Test/Features/LazyDependencies/LazyRegistrationSourceTests.cs @@ -47,7 +47,7 @@ public void WhenLazyIsResolved_ValueIsNotYetCreated() Assert.False(lazy.IsValueCreated); } - [Fact(Skip = "#718")] + [Fact] public void LazyWorksWithCircularPropertyDependencies() { var builder = new ContainerBuilder();