Skip to content

Commit

Permalink
Remove MatrixClient.scheduleAllGroupSessionsForBackup mock
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Oct 17, 2024
1 parent b0a9e8d commit 71974f7
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 @@ -166,7 +166,6 @@ export function createTestClient(): MatrixClient {
});
}),
mxcUrlToHttp: jest.fn().mockImplementation((mxc: string) => `http://this.is.a.url/${mxc.substring(6)}`),
scheduleAllGroupSessionsForBackup: jest.fn().mockResolvedValue(undefined),
setAccountData: jest.fn(),
setRoomAccountData: jest.fn(),
setRoomTopic: jest.fn(),
Expand Down

0 comments on commit 71974f7

Please sign in to comment.