From 4906fbf43a09c3447c8e39e7a557e2e1fb882005 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Thu, 18 Feb 2016 18:46:51 +0200 Subject: [PATCH] fix tests --- tests/topics.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/topics.js b/tests/topics.js index ff12d84375..076042d79c 100644 --- a/tests/topics.js +++ b/tests/topics.js @@ -156,6 +156,7 @@ describe('Topic\'s', function() { assert.ifError(err); assert.strictEqual(topicData.titleEscaped, titleEscaped); assert.strictEqual(topicData.title, title); + done(); }); }); });