Skip to content

Commit 06a55a1

Browse files
author
Kartik Raj
committed
z
1 parent 38c54a7 commit 06a55a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/pythonEnvironments/base/locators/lowLevel/condaLocator.testvirtualenvs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ suite('Conda Env Locator', async () => {
7777
console.log('I am in CI');
7878
const envPaths = await fs.readJson(envsLocation);
7979
console.log(JSON.stringify(envPaths));
80-
sinon.stub(externalDependencies, 'getPythonSetting').returns(envPaths.condaPath);
80+
sinon.stub(externalDependencies, 'getPythonSetting').returns(envPaths.condaExecPath);
8181
}
8282
});
8383

0 commit comments

Comments
 (0)