Skip to content

Commit 16bd4f9

Browse files
committed
fix from expressjs#35
1 parent 60a6bc1 commit 16bd4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/namespace.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('app.namespace(path, fn)', function(){
3333

3434
it('should prefix within .namespace()', function(done){
3535
var app = express();
36-
done = pending(4, done);
36+
done = pending(6, done);
3737

3838
app.get('/one', function(req, res){
3939
res.send('GET one');

0 commit comments

Comments
 (0)