Skip to content

Commit

Permalink
Remove MatrixClient.encryptAndSendToDevices call
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Oct 17, 2024
1 parent c54f038 commit 511a70b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test-utils/test-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ export function createTestClient(): MatrixClient {
makeTxnId: jest.fn().mockImplementation(() => `t${txnId++}`),
sendToDevice: jest.fn().mockResolvedValue(undefined),
queueToDevice: jest.fn().mockResolvedValue(undefined),
encryptAndSendToDevices: jest.fn().mockResolvedValue(undefined),
cancelPendingEvent: jest.fn(),

getMediaHandler: jest.fn().mockReturnValue({
Expand Down

0 comments on commit 511a70b

Please sign in to comment.