mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-01 21:30:30 +01:00
test: fix room count
This commit is contained in:
@@ -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]]');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user