Skip to content

Commit cdb43cc

Browse files
committed
Revert fix
1 parent 5464d99 commit cdb43cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/UnitTests/MSTest.CoreAdapter.Unit.Tests/Execution/TypeCacheTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,6 @@ public void GetTestMethodInfoShouldCacheParentAndGrandparentClassInitAndCleanupA
657657
this.typeCache.GetTestMethodInfo(
658658
testMethod,
659659
new TestContextImplementation(testMethod, null, new Dictionary<string, object>()),
660-
this.executionRecorderWrapper,
661660
false);
662661

663662
var classInfo = this.typeCache.ClassInfoCache.FirstOrDefault();

0 commit comments

Comments
 (0)