Skip to content

Commit

Permalink
Fix parameters in tests (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd authored Jan 30, 2020
1 parent 664ac7c commit 587164c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -687,6 +687,7 @@ public void GetTestMethodInfoShouldCacheParentAndGrandparentClassInitAndCleanupA
this.typeCache.GetTestMethodInfo(
testMethod,
new TestContextImplementation(testMethod, null, new Dictionary<string, object>()),
this.executionRecorderWrapper,
false);

var classInfo = this.typeCache.ClassInfoCache.FirstOrDefault();
Expand Down

0 comments on commit 587164c

Please sign in to comment.