Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 9d9dce7

Browse files
committed
update orphan room behaviour test to expect new home space behaviour
1 parent 57be074 commit 9d9dce7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/stores/SpaceStore-test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ describe("SpaceStore", () => {
361361
expect(store.getSpaceFilteredRoomIds(null).has(invite2)).toBeTruthy();
362362
});
363363

364-
it("home space does not contain rooms/low priority from rooms within spaces", () => {
365-
expect(store.getSpaceFilteredRoomIds(null).has(room1)).toBeFalsy();
364+
it("home space does contain rooms/low priority even if they are also shown in a space", () => {
365+
expect(store.getSpaceFilteredRoomIds(null).has(room1)).toBeTruthy();
366366
});
367367

368368
it("space contains child rooms", () => {

0 commit comments

Comments
 (0)