Skip to content

Commit

Permalink
💚 Fix broken test on TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Jan 6, 2015
1 parent 0e73fbf commit 72b538d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/minimap-v4-spec.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ describe 'Minimap package v4', ->
describe 'on minimap deactivation', ->
beforeEach ->
expect(plugin.active).toBeTruthy()
atom.packages.deactivatePackage('minimap')
minimapPackage.deactivate()

it 'deactivates all the plugins', ->
expect(plugin.active).toBeFalsy()
Expand Down

0 comments on commit 72b538d

Please sign in to comment.