Skip to content

Commit cbbe400

Browse files
committed
update test
1 parent b6e341e commit cbbe400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/interpreters/interpreterPathCommand.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ suite('Interpreter Path Command', () => {
4343
});
4444

4545
test('If `workspaceFolder` property exists in `args`, it is used to retrieve setting from config', async () => {
46-
const args = { workspaceFolder: 'folderPath' };
46+
const args = { workspaceFolder: 'folderPath', type: 'debugpy' };
4747
when(interpreterService.getActiveInterpreter(anything())).thenCall((arg) => {
4848
assert.deepEqual(arg, Uri.file('folderPath'));
4949

0 commit comments

Comments
 (0)