Skip to content

Commit

Permalink
fixed lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiba Hamad committed Oct 10, 2024
1 parent 85bff68 commit 1ab02e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/posts.js
Original file line number Diff line number Diff line change
Expand Up @@ -1271,8 +1271,5 @@ describe('Anonymous Posting', () => {

assert(postResult);
assert.strictEqual(postResult.postData.anonymous, false, 'The post should be marked as anonymous');
// Removed check for uid === 0
});


});

0 comments on commit 1ab02e1

Please sign in to comment.