Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Jan 22, 2019
1 parent 9faa15e commit 23f534b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/vs/editor/test/browser/services/openerService.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,6 @@ suite('OpenerService', function () {

const openerService = new OpenerService(editorService, commandService);

// unknown command
openerService.open(URI.parse('command:foobar'));
assert.equal(lastCommand, undefined);
assert.equal(editorService.lastInput.resource.toString(), 'command:foobar');
assert.equal(editorService.lastInput.options!.selection, undefined);

const id = `aCommand${Math.random()}`;
CommandsRegistry.registerCommand(id, function () { });

Expand Down

0 comments on commit 23f534b

Please sign in to comment.