update orphan room behaviour test to expect new home space behaviour

pull/21833/head
Michael Telatynski 2021-05-07 10:48:55 +01:00
parent 57be074811
commit 9d9dce7a91
1 changed files with 2 additions and 2 deletions

View File

@ -361,8 +361,8 @@ describe("SpaceStore", () => {
expect(store.getSpaceFilteredRoomIds(null).has(invite2)).toBeTruthy();
});
it("home space does not contain rooms/low priority from rooms within spaces", () => {
expect(store.getSpaceFilteredRoomIds(null).has(room1)).toBeFalsy();
it("home space does contain rooms/low priority even if they are also shown in a space", () => {
expect(store.getSpaceFilteredRoomIds(null).has(room1)).toBeTruthy();
});
it("space contains child rooms", () => {