Skip to content

Commit

Permalink
tests: fix test missing assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Feb 5, 2022
1 parent 9d09762 commit 2585f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/res.download.js
Expand Up @@ -88,7 +88,7 @@ describe('res', function(){
var cb = after(2, done);

app.use(function(req, res){
res.download('test/fixtures/user.html', 'document', done);
res.download('test/fixtures/user.html', 'document', cb)
});

request(app)
Expand Down

0 comments on commit 2585f20

Please sign in to comment.