Skip to content

Commit a300290

Browse files
committed
add field to launch debugger mock
1 parent 4abfc3d commit a300290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/testing/testController/testCancellationRunAdapters.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ suite('Execution Flow Run Adapters', () => {
185185

186186
// debugLauncher mocked
187187
debugLauncher
188-
.setup((dl) => dl.launchDebugger(typeMoq.It.isAny(), typeMoq.It.isAny()))
188+
.setup((dl) => dl.launchDebugger(typeMoq.It.isAny(), typeMoq.It.isAny(), typeMoq.It.isAny()))
189189
.callback((_options, callback) => {
190190
if (callback) {
191191
callback();

0 commit comments

Comments
 (0)