From 008c4d6bd97b3167c7cdcb8682147d564df9520a Mon Sep 17 00:00:00 2001 From: Kartik Raj Date: Tue, 12 Dec 2023 16:47:19 -0800 Subject: [PATCH] More fixes to pre-release --- src/test/terminals/codeExecution/smartSend.test.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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',