Skip to content

Commit

Permalink
v6 update fixed autofac#40, unskipping test
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairjevans committed Sep 29, 2020
1 parent 221608a commit ca67c1c
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 ca67c1c

Please sign in to comment.