Skip to content

Commit

Permalink
chore: remove unused spy
Browse files Browse the repository at this point in the history
  • Loading branch information
Belar committed Mar 28, 2019
1 parent 000d59e commit c54f1e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/atom-ide-click-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ describe('AtomIdeClick', () => {
return config[value];
});

spyOn(atom.views, 'getView').andReturn('FakeEditorView');

spyOn(clickHandlers, 'goToDefinitions');

clickProvider = new ClickProvider({
clickHandler: clickHandlers.goToDefinitions,
});
Expand Down

0 comments on commit c54f1e4

Please sign in to comment.