Skip to content

Commit

Permalink
Fix test (#56137)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmarti committed Sep 6, 2018
1 parent ad58b37 commit f8606ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,8 @@ suite('window namespace tests', () => {
});

const source = new CancellationTokenSource();
source.cancel();
window.showInputBox(undefined, source.token);
source.cancel();

return result;
});
Expand Down

0 comments on commit f8606ac

Please sign in to comment.