tests: fix misnamed app.router test section

fixes #3194
closes #3199
This commit is contained in:
Sebastian Van Sande 2017-02-06 13:09:59 +01:00 committed by Douglas Christopher Wilson
parent fb3946f454
commit abd1de73c1

View File

@ -90,7 +90,7 @@ describe('app.router', function(){
});
})
describe('decode querystring', function(){
describe('decode params', function () {
it('should decode correct params', function(done){
var app = express();