Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
seeM committed Dec 18, 2024
1 parent d5f84ea commit f080751
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ suite('Python Runtime Session', () => {
} as PythonEnvironment;

runtimeMetadata = {
extraRuntimeData: { pythonEnvironmentId: interpreter.id },
extraRuntimeData: { pythonPath: interpreter.path },
} as positron.LanguageRuntimeMetadata;

const interpreterService = {
getInterpreters: () => [interpreter],
getInterpreterDetails: (_pythonPath, _resource) => Promise.resolve(interpreter),
} as IInterpreterService;

const installer = ({
Expand Down

0 comments on commit f080751

Please sign in to comment.