From 18b559bab006d70a67c2d6326ec62ec9d6ed670e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Sun, 10 Dec 2017 11:10:59 -0500 Subject: [PATCH] fix test name --- test/controllers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/controllers.js b/test/controllers.js index b4b9d40d54..b2bc5973e8 100644 --- a/test/controllers.js +++ b/test/controllers.js @@ -449,7 +449,7 @@ describe('Controllers', function () { }); }); - it('should load recent rss feed', function (done) { + it('should load top rss feed', function (done) { request(nconf.get('url') + '/top.rss', function (err, res, body) { assert.ifError(err); assert.equal(res.statusCode, 200);