Skip to content

Commit

Permalink
Merge pull request #41 from alistairjevans/develop
Browse files Browse the repository at this point in the history
Unskipping test; v6 fixed the property injection issue
  • Loading branch information
alexmg committed Sep 29, 2020
2 parents 2713b24 + ca67c1c commit d14b34a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public void InterfaceInterceptorsSupportPropertyInjection()
Assert.Equal("intercepted-PublicMethod", obj.PublicMethod());
}

[Fact(Skip = "https://github.com/autofac/Autofac/issues/758")]
[Fact]
public void InterfaceInterceptorsSupportCircularPropertyInjection()
{
var builder = new ContainerBuilder();
Expand Down

0 comments on commit d14b34a

Please sign in to comment.