Skip to content

Commit

Permalink
test: fix category tests
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Mar 12, 2022
1 parent 7c94657 commit 6344c3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/categories.js
Expand Up @@ -729,6 +729,7 @@ describe('Categories', () => {
assert.ifError(err);
assert.deepEqual(data, {
ban: false,
mute: false,
invite: false,
chat: false,
'search:content': false,
Expand Down Expand Up @@ -780,6 +781,7 @@ describe('Categories', () => {
assert.ifError(err);
assert.deepEqual(data, {
'groups:ban': false,
'groups:mute': false,
'groups:invite': false,
'groups:chat': true,
'groups:search:content': true,
Expand Down

0 comments on commit 6344c3b

Please sign in to comment.