From 8c4c7ca698a1782b474cd0269b13789ab36578e6 Mon Sep 17 00:00:00 2001 From: Dominique Schuppli Date: Tue, 10 May 2022 07:53:12 +0200 Subject: [PATCH] Unskip test that should now be fixed in DynamicProxy --- tests/Moq.Tests/Regressions/IssueReportsFixture.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Moq.Tests/Regressions/IssueReportsFixture.cs b/tests/Moq.Tests/Regressions/IssueReportsFixture.cs index 88d3a8647..428615aef 100644 --- a/tests/Moq.Tests/Regressions/IssueReportsFixture.cs +++ b/tests/Moq.Tests/Regressions/IssueReportsFixture.cs @@ -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();