mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-13 00:46:48 +02:00
change to series
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user