diff --git a/src/test/terminals/codeExecution/smartSend.test.ts b/src/test/terminals/codeExecution/smartSend.test.ts index 57edb5fca9c8..4963629d0fda 100644 --- a/src/test/terminals/codeExecution/smartSend.test.ts +++ b/src/test/terminals/codeExecution/smartSend.test.ts @@ -300,9 +300,7 @@ 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.`, + '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, ), 'Switch to line-by-line',