Skip to content

Commit feb3082

Browse files
author
Kartik Raj
committed
Fix test name
1 parent 8418528 commit feb3082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/configuration/interpreterSelector.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ suite('Interpreters - selector', () => {
198198
});
199199
});
200200

201-
test('When in Deprecate PythonPath experiment, do not unsafe interpreters in the suggested interpreters list', async () => {
201+
test('When in Deprecate PythonPath experiment, remove unsafe interpreters from the suggested interpreters list', async () => {
202202
// tslint:disable-next-line: no-any
203203
const interpreterList = ['interpreter1', 'interpreter2', 'interpreter3'] as any;
204204
interpreterService.setup((i) => i.getInterpreters(folder1.uri)).returns(() => interpreterList);

0 commit comments

Comments
 (0)