Skip to content

Commit

Permalink
💚 Fix broken minimap element test due to new registerViewProvider sig…
Browse files Browse the repository at this point in the history
…nature
  • Loading branch information
abe33 committed Dec 16, 2015
1 parent a1a76cd commit 65daa74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/minimap-element-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('MinimapElement', () => {
atom.config.set('minimap.interline', 1)
atom.config.set('minimap.textOpacity', 1)

MinimapElement.registerViewProvider()
MinimapElement.registerViewProvider(Minimap)

editor = atom.workspace.buildTextEditor({})
editorElement = atom.views.getView(editor)
Expand Down

0 comments on commit 65daa74

Please sign in to comment.