Merge pull request #457 from th507/master
Fixed a possible typo in the test
This commit is contained in:
commit
a8689e4e41
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ describe('app', function(){
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
// hackish, but the response should occur in a single ticket
|
// hackish, but the response should occur in a single tick
|
||||||
setImmediate(done);
|
setImmediate(done);
|
||||||
|
|
||||||
request(app.listen())
|
request(app.listen())
|
||||||
|
|
Loading…
Reference in a new issue