Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan219 committed Jul 6, 2017
1 parent 06684fd commit 4d8fe34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unit/workers/cluster.delete.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ describe('Cluster Delete Worker', function () {
ClusterConfigService.delete.rejects(mongoError)
Worker.task(testData).asCallback(function (err) {
expect(err).to.exist()
expect(err).to.equal(mongoError)
done()
})
})
Expand Down

0 comments on commit 4d8fe34

Please sign in to comment.