Skip to content

Commit 2585f20

Browse files
committed
tests: fix test missing assertion
1 parent 9d09762 commit 2585f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/res.download.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ describe('res', function(){
8888
var cb = after(2, done);
8989

9090
app.use(function(req, res){
91-
res.download('test/fixtures/user.html', 'document', done);
91+
res.download('test/fixtures/user.html', 'document', cb)
9292
});
9393

9494
request(app)

0 commit comments

Comments
 (0)