Skip to content

Commit 923b049

Browse files
committed
Fix unit tests
1 parent 6a3db71 commit 923b049

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/common/moduleInstaller.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ import { closeActiveWindows, initializeTest } from './../initialize';
140140

141141
chai_use(chaiAsPromised);
142142

143-
const isolated = path.join(EXTENSION_ROOT_DIR_FOR_TESTS, 'pythonFiles', 'pyvsc-run-isolated.py');
143+
const isolated = path.join(EXTENSION_ROOT_DIR_FOR_TESTS, 'pythonFiles', 'pyvsc-run-isolated.py').replace(/\\\\/g, '/');
144144

145145
const info: PythonEnvironment = {
146146
architecture: Architecture.Unknown,

0 commit comments

Comments
 (0)