From 944972c6f2d70921f0f1f28f0cbfd113e8b44659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 28 Sep 2018 23:57:00 -0400 Subject: [PATCH] change to series --- test/topics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/topics.js b/test/topics.js index cd15149d6e..7e903b0d9f 100644 --- a/test/topics.js +++ b/test/topics.js @@ -981,7 +981,7 @@ describe('Topic\'s', function () { var tid1; var tid3; before(function (done) { - async.parallel({ + async.series({ topic1: function (next) { topics.post({ uid: adminUid, tags: ['nodebb'], title: 'topic title 1', content: 'topic 1 content', cid: topic.categoryId }, next); },