Skip to content

Commit 8f40d7d

Browse files
committed
Fix terminal test warnings
Fixes microsoft#20912
1 parent bfe1bc3 commit 8f40d7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/parts/terminal/test/electron-browser/terminalInstance.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ suite('Workbench - TerminalInstance', () => {
9292
configHelper = {
9393
getCwd: () => null
9494
};
95-
instance = instantiationService.createInstance(TestTerminalInstance, terminalFocusContextKey, configHelper, null, null);
95+
instance = instantiationService.createInstance(TestTerminalInstance, terminalFocusContextKey, configHelper, null, null, null);
9696
});
9797

9898
// This helper checks the paths in a cross-platform friendly manner

0 commit comments

Comments
 (0)