Skip to content

Commit fa1dd06

Browse files
committed
Revert "Fix unit tests"
This reverts commit 923b049.
1 parent 923b049 commit fa1dd06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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').replace(/\\\\/g, '/');
143+
const isolated = path.join(EXTENSION_ROOT_DIR_FOR_TESTS, 'pythonFiles', 'pyvsc-run-isolated.py');
144144

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

0 commit comments

Comments
 (0)