Fix predecessor tests broken (#10123)
This commit is contained in:
@@ -226,6 +226,7 @@ describe("<Notifications />", () => {
|
||||
setAccountData: jest.fn(),
|
||||
sendReadReceipt: jest.fn(),
|
||||
supportsThreads: jest.fn().mockReturnValue(true),
|
||||
isInitialSyncComplete: jest.fn().mockReturnValue(false),
|
||||
});
|
||||
mockClient.getPushRules.mockResolvedValue(pushRules);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user