Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan <[email protected]>
Signed-off-by: Julia Silge <[email protected]>
  • Loading branch information
juliasilge and jmcphers authored Dec 4, 2024
1 parent 9267f36 commit da594ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ suite('Python Runtime Session', () => {
} as Partial<JupyterAdapterApi>) as JupyterAdapterApi;

sinon.stub(vscode.extensions, 'getExtension').callsFake((extensionId) => {
if (extensionId === 'positron.positron-adapter' || extensionId === 'positron.jupyter-adapter') {
if (extensionId === 'positron.positron-supervisor' || extensionId === 'positron.jupyter-adapter') {
return {
id: '',
extensionPath: '',
Expand Down

0 comments on commit da594ad

Please sign in to comment.