Skip to content

Commit 72096c3

Browse files
committed
default to false
1 parent 40ca44f commit 72096c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ suite('Terminal Service', () => {
107107
}
108108
return editorConfig.object;
109109
});
110+
isWindowsStub.returns(false);
110111
});
111112
teardown(() => {
112113
if (service) {

0 commit comments

Comments
 (0)