You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-01 04:43:29 +03:00
Merge branch 'develop' into dbkr/new_unread_count_format
This commit is contained in:
@@ -615,11 +615,11 @@ describe("Room", function() {
|
||||
expect(name).toEqual(userA);
|
||||
});
|
||||
|
||||
it("should return '?' if there is no name, alias or members in the room.",
|
||||
it("should return 'Empty room' if there is no name, alias or members in the room.",
|
||||
function() {
|
||||
room.recalculate(userA);
|
||||
var name = room.name;
|
||||
expect(name).toEqual("?");
|
||||
expect(name).toEqual("Empty room");
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user