diff --git a/test/UnitTests/MSTest.CoreAdapter.Unit.Tests/Execution/TypeCacheTests.cs b/test/UnitTests/MSTest.CoreAdapter.Unit.Tests/Execution/TypeCacheTests.cs index fe2e859813..7548002a07 100644 --- a/test/UnitTests/MSTest.CoreAdapter.Unit.Tests/Execution/TypeCacheTests.cs +++ b/test/UnitTests/MSTest.CoreAdapter.Unit.Tests/Execution/TypeCacheTests.cs @@ -657,7 +657,6 @@ public void GetTestMethodInfoShouldCacheParentAndGrandparentClassInitAndCleanupA this.typeCache.GetTestMethodInfo( testMethod, new TestContextImplementation(testMethod, null, new Dictionary()), - this.executionRecorderWrapper, false); var classInfo = this.typeCache.ClassInfoCache.FirstOrDefault();