Skip to content

Commit e346387

Browse files
committed
final
1 parent ca8000a commit e346387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/common/terminals/service.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ suite('Terminal Service', () => {
348348
onDidWriteTerminalDataEmitter.fire({ terminal: terminal.object, data: '>>> ' });
349349
await executePromise;
350350

351-
terminal.verify((t) => t.show(TypeMoq.It.isValue(true)), TypeMoq.Times.atLeastOnce());
351+
terminal.verify((t) => t.show(TypeMoq.It.isValue(true)), TypeMoq.Times.exactly(1));
352352
terminal.verify((t) => t.sendText(TypeMoq.It.isValue(textToSend)), TypeMoq.Times.exactly(1));
353353
});
354354

0 commit comments

Comments
 (0)