mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
ESlint padded-blocks
This commit is contained in:
@@ -278,7 +278,6 @@ describe('Post\'s', function () {
|
||||
});
|
||||
|
||||
it('should purge posts and delete topic', function (done) {
|
||||
|
||||
createTopicWithReply(function (topicPostData, replyData) {
|
||||
socketPosts.purgePosts({uid: voterUid}, {pids: [replyData.pid, topicPostData.postData.pid], tid: topicPostData.topicData.tid}, function (err) {
|
||||
assert.ifError(err);
|
||||
|
||||
Reference in New Issue
Block a user