8000 case sensitive? · galak/setup-python@7deb858 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7deb858

Browse files
author
Danny McCormick
committed
case sensitive?
1 parent d9226ca commit 7deb858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/finder.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import * as finder from '../src/find-python';
3131

3232
describe('Finder tests', () => {
3333
it('Finds Python if it is installed', async () => {
34-
const pythonDir: string = path.join(toolDir, 'python', '3.0.0', 'x64');
34+
const pythonDir: string = path.join(toolDir, 'Python', '3.0.0', 'x64');
3535
await io.mkdirP(pythonDir);
3636
fs.writeFileSync(`${pythonDir}.complete`, 'hello');
3737
// This will throw if it doesn't find it in the cache (because no such version exists)

0 commit comments

Comments
 (0)
0