Skip to content

Commit

Permalink
Merge pull request #81 from koajs/revert-80-master
Browse files Browse the repository at this point in the history
Revert "fix mocha test error"
  • Loading branch information
hemanth committed Jul 29, 2016
2 parents 0a6863b + 5543545 commit 4b4b728
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 4b4b728

Please sign in to comment.