Skip to content

Commit

Permalink
Unskip test that should now be fixed in DynamicProxy
Browse files Browse the repository at this point in the history
  • Loading branch information
stakx committed May 11, 2022
1 parent 16dc6a7 commit 8c4c7ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Moq.Tests/Regressions/IssueReportsFixture.cs
Expand Up @@ -970,7 +970,6 @@ public void strict_mock_accepts_null_as_nullable_guid_value()

public class Issue193
{
[Fact(Skip = "Fails due to a bug in Castle DynamicProxy. Try enabling this test once we reference Castle.Core > 4.4.0.")]
public void Can_mock_class_type_where_generic_type_parameter_name_diverges_from_name_in_interface()
{
var mock = new Mock<C>();
Expand Down

0 comments on commit 8c4c7ca

Please sign in to comment.