Skip to content

Commit

Permalink
fix unnecessary edit
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorjboyd committed Nov 11, 2024
1 parent e624120 commit 51f0770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/unittest/adapter/factory.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ suite('Debugging - Adapter Factory', () => {

const nodeExecutable = undefined;
const debugAdapterPath = path.join(EXTENSION_ROOT_DIR, 'bundled', 'libs', 'debugpy', 'adapter');
const pythonPath = path.join('path', 'to', 'pythonA', 'interpreter');
const pythonPath = path.join('path', 'to', 'python', 'interpreter');
const interpreter = {
architecture: Architecture.Unknown,
path: pythonPath,
Expand Down

0 comments on commit 51f0770

Please sign in to comment.