Skip to content

Commit 51f0770

Browse files
committed
fix unnecessary edit
1 parent e624120 commit 51f0770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/unittest/adapter/factory.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ suite('Debugging - Adapter Factory', () => {
4141

4242
const nodeExecutable = undefined;
4343
const debugAdapterPath = path.join(EXTENSION_ROOT_DIR, 'bundled', 'libs', 'debugpy', 'adapter');
44-
const pythonPath = path.join('path', 'to', 'pythonA', 'interpreter');
44+
const pythonPath = path.join('path', 'to', 'python', 'interpreter');
4545
const interpreter = {
4646
architecture: Architecture.Unknown,
4747
path: pythonPath,

0 commit comments

Comments
 (0)