mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
Fix test (#56137)
This commit is contained in:
@@ -505,8 +505,8 @@ suite('window namespace tests', () => {
|
||||
});
|
||||
|
||||
const source = new CancellationTokenSource();
|
||||
source.cancel();
|
||||
window.showInputBox(undefined, source.token);
|
||||
source.cancel();
|
||||
|
||||
return result;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user