10000 Nit · microsoft/vscode-python@a2b08f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit a2b08f2

Browse files
author
Kartik Raj
committed
Nit
1 parent 40cb4c8 commit a2b08f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/interpreters/activation/terminalEnvVarCollectionService.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ suite('Terminal Environment Variable Collection Service', () => {
6767
when(workspaceService.getWorkspaceFolder(anything())).thenReturn(undefined);
6868
when(workspaceService.workspaceFolders).thenReturn(undefined);
6969
when(workspaceService.getConfiguration('terminal')).thenReturn(instance(workspaceConfig));
70-
when(workspaceConfig.get('integrated.shellIntegration.enabled')).thenReturn(true);
70+
when(workspaceConfig.get<boolean>('integrated.shellIntegration.enabled')).thenReturn(true);
7171
platform = mock<IPlatformService>();
7272
when(platform.osType).thenReturn(getOSType());
7373
interpreterService = mock<IInterpreterService>();

0 commit comments

Comments
 (0)
0