From abd1de73c14985c884d11fb35aff5f4b17381e23 Mon Sep 17 00:00:00 2001 From: Sebastian Van Sande Date: Mon, 6 Feb 2017 13:09:59 +0100 Subject: [PATCH] tests: fix misnamed app.router test section fixes #3194 closes #3199 --- test/app.router.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/app.router.js b/test/app.router.js index 11e492cb..6d41778c 100644 --- a/test/app.router.js +++ b/test/app.router.js @@ -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(); -- 2.11.4.GIT