We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db360a7 commit 46c00c9Copy full SHA for 46c00c9
src/test/ui/terminal.test.ts
@@ -28,7 +28,7 @@ suite('Terminal Smoke Tests', () => {
28
29
test('Test simple execution', async () => {
30
await vs.terminal.executeCommand('1+1');
31
- await vs.terminal.assertContains('3', 'output should appear in terminal')
+ await vs.terminal.assertContains('2', 'output should appear in terminal')
32
})
33
34
test('Test clc', async () => {
0 commit comments