This commit is contained in:
Johannes Rieken
2017-03-13 13:49:45 +01:00
parent b86a54e757
commit cb7e5a2703

View File

@@ -297,7 +297,7 @@ suite('window namespace tests', () => {
const a = result.then(value => {
assert.equal(value, undefined);
});
const b = commands.executeCommand('workbench.action.closeQuickOpen'),
const b = commands.executeCommand('workbench.action.closeQuickOpen');
return Promise.all([a, b]);
});