Fix predecessor tests broken (#10123)
This commit is contained in:
parent
c4a6cc8e65
commit
8fe5714673
3 changed files with 5 additions and 4 deletions
|
@ -94,7 +94,7 @@ describe("RoomViewStore", function () {
|
|||
getDeviceId: jest.fn().mockReturnValue("ABC123"),
|
||||
sendStateEvent: jest.fn().mockResolvedValue({}),
|
||||
supportsThreads: jest.fn(),
|
||||
isInitialSyncComplete: jest.fn(),
|
||||
isInitialSyncComplete: jest.fn().mockResolvedValue(false),
|
||||
relations: jest.fn(),
|
||||
});
|
||||
const room = new Room(roomId, mockClient, userId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue