We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9226ca commit 7deb858Copy full SHA for 7deb858
__tests__/finder.test.ts
@@ -31,7 +31,7 @@ import * as finder from '../src/find-python';
31
32
describe('Finder tests', () => {
33
it('Finds Python if it is installed', async () => {
34
- const pythonDir: string = path.join(toolDir, 'python', '3.0.0', 'x64');
+ const pythonDir: string = path.join(toolDir, 'Python', '3.0.0', 'x64');
35
await io.mkdirP(pythonDir);
36
fs.writeFileSync(`${pythonDir}.complete`, 'hello');
37
// This will throw if it doesn't find it in the cache (because no such version exists)
0 commit comments