Skip to content

Commit

Permalink
tests: fix misnamed app.router test section
Browse files Browse the repository at this point in the history
fixes #3194
closes #3199
  • Loading branch information
seppevs authored and dougwilson committed Feb 8, 2017
1 parent fb3946f commit abd1de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app.router.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit abd1de7

Please sign in to comment.