mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
chore: eslint max-len
This commit is contained in:
committed by
Julian Lam
parent
5c2f0f0557
commit
cc9d6fd08b
@@ -446,7 +446,10 @@ describe('Post\'s', () => {
|
||||
|
||||
it('should purge posts and purge topic', (done) => {
|
||||
createTopicWithReply((topicPostData, replyData) => {
|
||||
socketPosts.purgePosts({ uid: voterUid }, { pids: [replyData.pid, topicPostData.postData.pid], tid: topicPostData.topicData.tid }, (err) => {
|
||||
socketPosts.purgePosts({ uid: voterUid }, {
|
||||
pids: [replyData.pid, topicPostData.postData.pid],
|
||||
tid: topicPostData.topicData.tid,
|
||||
}, (err) => {
|
||||
assert.ifError(err);
|
||||
posts.exists(`post:${replyData.pid}`, (err, exists) => {
|
||||
assert.ifError(err);
|
||||
|
||||
Reference in New Issue
Block a user