Skip to content

Commit f75062a

Browse files
committed
Fix test expectations
1 parent eafcb64 commit f75062a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminalContrib/chatAgentTools/test/electron-browser/runInTerminalTool.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ suite('RunInTerminalTool', () => {
453453
explanation: 'Start watching for file changes',
454454
isBackground: true
455455
});
456-
assertConfirmationRequired(result, 'Run `bash` command? (background terminal)');
456+
assertConfirmationRequired(result, 'Run `bash` command in background?');
457457
});
458458

459459
test('should auto-approve background commands in allow list', async () => {

0 commit comments

Comments
 (0)