Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
✅ Drawer: Remove unecessary destroy call
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 9, 2017
1 parent a91c39d commit 517c49d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/specs/Drawer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ describe('Drawer', function () {
nextTick().then(() => {
foundation.destroy.should.have.been.called.once
foundation.destroy.restore()
foundation.destroy()
}).then(done)
})

Expand Down

0 comments on commit 517c49d

Please sign in to comment.