Skip to content

Commit

Permalink
check if it fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Raj committed Dec 13, 2023
1 parent 11e6b58 commit 1c5b89c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/test/terminals/codeExecution/smartSend.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,9 @@ suite('REPL - Smart Send', () => {
.setup((a) =>
a.showWarningMessage(
l10n.t(
'Python is unable to parse the code provided. Please turn off Smart Send if you wish to always run line by line or explicitly select code to force run. [logs](command:{0}) for more details.',
Commands.ViewOutput,
`Python is unable to parse the code provided. Please
turn off Smart Send if you wish to always run line by line or explicitly select code
to force run. [logs](command:${Commands.ViewOutput}) for more details.`,
),
'Switch to line-by-line',
),
Expand Down

0 comments on commit 1c5b89c

Please sign in to comment.