Skip to content

Commit 59d9277

Browse files
committed
RunInProcess -> Run
1 parent 37a302b commit 59d9277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/coverlet.core.tests/Coverage/CoverageTests.AwaitUsing.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public void AwaitUsing()
1515
string path = Path.GetTempFileName();
1616
try
1717
{
18-
FunctionExecutor.RunInProcess(async (string[] pathSerialize) =>
18+
FunctionExecutor.Run(async (string[] pathSerialize) =>
1919
{
2020
CoveragePrepareResult coveragePrepareResult = await TestInstrumentationHelper.Run<AwaitUsing>(instance =>
2121
{

0 commit comments

Comments
 (0)