Skip to content

Commit

Permalink
Test for #718 passes under v6.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillig committed Sep 24, 2020
1 parent d20dc41 commit 46e8503
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -47,7 +47,7 @@ public void WhenLazyIsResolved_ValueIsNotYetCreated()
Assert.False(lazy.IsValueCreated);
}

[Fact(Skip = "#718")]
[Fact]
public void LazyWorksWithCircularPropertyDependencies()
{
var builder = new ContainerBuilder();
Expand Down

0 comments on commit 46e8503

Please sign in to comment.