From 4f1b75ce945bd528ecf69ac975445bfe8197307e Mon Sep 17 00:00:00 2001 From: Diana Shkolnikov Date: Thu, 23 Apr 2015 17:25:21 -0400 Subject: [PATCH] Fix test name --- test/unit/controller/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/controller/index.js b/test/unit/controller/index.js index ea4f6991..aa08d0d7 100644 --- a/test/unit/controller/index.js +++ b/test/unit/controller/index.js @@ -32,7 +32,7 @@ module.exports.tests.info_json = function(test, common) { }; module.exports.tests.info_html = function(test, common) { - test('returns server info in json', function(t) { + test('returns server info in html', function(t) { var controller = setup(); var req = { accepts: function () {