diff --git a/tests/translator.js b/tests/translator.js index 5481e19c41..788fa3b31d 100644 --- a/tests/translator.js +++ b/tests/translator.js @@ -85,12 +85,5 @@ describe('Translator', function(){ }); }); - it('should translate titles with ampersand properly', function(done) { - var key = '[[topic:composer.replying_to, "Discussion: NodeBB Plugins & Themes section"]]'; - translator.translate(key, function(translated) { - assert.strictEqual(translated, 'Replying to "Discussion: NodeBB Plugins & Themes section"'); - done(); - }); - }); }); });