Skip to content

Commit 46c00c9

Browse files
committed
Revert "Changing test to fail"
This reverts commit 9c9f8d7.
1 parent db360a7 commit 46c00c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/terminal.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ suite('Terminal Smoke Tests', () => {
2828

2929
test('Test simple execution', async () => {
3030
await vs.terminal.executeCommand('1+1');
31-
await vs.terminal.assertContains('3', 'output should appear in terminal')
31+
await vs.terminal.assertContains('2', 'output should appear in terminal')
3232
})
3333

3434
test('Test clc', async () => {

0 commit comments

Comments
 (0)