Skip to content

Commit

Permalink
test: fix room count
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Sep 11, 2023
1 parent 53106c0 commit 6625116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/messaging.js
Expand Up @@ -813,7 +813,7 @@ describe('Messaging Library', () => {

assert.equal(response.statusCode, 200);
assert(Array.isArray(body.rooms));
assert.equal(body.rooms.length, 2);
assert.equal(body.rooms.length, 3);
assert.equal(body.title, '[[pages:chats]]');
});

Expand Down

0 comments on commit 6625116

Please sign in to comment.