Skip to content

Commit

Permalink
fix more test
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonykim1 committed May 22, 2024
1 parent cfed9d7 commit 76d6164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/terminals/codeExecution/smartSend.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ suite('REPL - Smart Send', () => {

pythonSettings
.setup((s) => s.REPL)
.returns(() => ({ enableREPLSmartSend: true, REPLSmartSend: true, enableIWREPL: false }));
.returns(() => ({ enableREPLSmartSend: true, REPLSmartSend: true, sendToNativeREPL: false }));

configurationService.setup((x) => x.getSettings(TypeMoq.It.isAny())).returns(() => pythonSettings.object);

Expand Down

0 comments on commit 76d6164

Please sign in to comment.