Skip to content

Commit b7d67ba

Browse files
committed
Missed passing an argument
1 parent 8cbe1c3 commit b7d67ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xunit.runner.visualstudio/VsTestRunner.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ async Task RunTestsInAssembly(
510510
testProcessLauncher = new DebuggerProcessLauncher(frameworkHandle2);
511511

512512
await using var sourceInformationProvider = new VisualStudioSourceInformationProvider(assemblyFileName, diagnosticSink);
513-
await using var controller = XunitFrontController.Create(runInfo.Assembly, null, diagnosticSink, testProcessLauncher);
513+
await using var controller = XunitFrontController.Create(runInfo.Assembly, sourceInformationProvider, diagnosticSink, testProcessLauncher);
514514
if (controller is null)
515515
return;
516516

0 commit comments

Comments
 (0)