change to series

This commit is contained in:
Barış Soner Uşaklı
2018-09-28 23:57:00 -04:00
parent d92ef9ca11
commit 944972c6f2

View File

@@ -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);
},