change to series

v1.18.x
Barış Soner Uşaklı 7 years ago
parent 002522834c
commit a7c4c59121

@ -1411,7 +1411,7 @@ describe('Topic\'s', function () {
}); });
it('should rename tags', function (done) { it('should rename tags', function (done) {
async.parallel({ async.series({
topic1: function (next) { topic1: function (next) {
topics.post({ uid: adminUid, tags: ['plugins'], title: 'topic tagged with plugins', content: 'topic 1 content', cid: topic.categoryId }, next); topics.post({ uid: adminUid, tags: ['plugins'], title: 'topic tagged with plugins', content: 'topic 1 content', cid: topic.categoryId }, next);
}, },

Loading…
Cancel
Save