set default activity ordering to natural for room list (#10820)
This commit is contained in:
parent
727c885687
commit
d103d2e3dd
2 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ describe("RoomListStore", () => {
|
|||
});
|
||||
|
||||
it.each(OrderedDefaultTagIDs)("defaults to activity ordering for %s=", (tagId) => {
|
||||
expect(RoomListStore.instance.getListOrder(tagId)).toBe(ListAlgorithm.Importance);
|
||||
expect(RoomListStore.instance.getListOrder(tagId)).toBe(ListAlgorithm.Natural);
|
||||
});
|
||||
|
||||
function createStore(): { store: RoomListStoreClass; handleRoomUpdate: jest.Mock<any, any> } {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue