Skip to content

Commit f2bfd46

Browse files
committed
fix
1 parent 0af5855 commit f2bfd46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public void AsyncAwait_Issue_1233()
161161
string path = Path.GetTempFileName();
162162
try
163163
{
164-
FunctionExecutor.RunInProcess(async (string[] pathSerialize) =>
164+
FunctionExecutor.Run(async (string[] pathSerialize) =>
165165
{
166166
CoveragePrepareResult coveragePrepareResult = await TestInstrumentationHelper.Run<Issue_1233>(instance =>
167167
{

0 commit comments

Comments
 (0)