Skip to content

Commit

Permalink
Revert "fix mocha test error"
Browse files Browse the repository at this point in the history
  • Loading branch information
hemanth authored Jul 29, 2016
1 parent 0a6863b commit 5543545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ describe('Errors', function () {

request
.get('/')
.end(done);
.end(function(){});
})
})

0 comments on commit 5543545

Please sign in to comment.