remove spurious mxclient stub

pull/21833/head
Michael Telatynski 2021-08-11 21:02:30 +01:00
parent 38645d9054
commit 8216a35a56
1 changed files with 0 additions and 3 deletions

View File

@ -84,9 +84,6 @@ export function createTestClient() {
generateClientSecret: () => "t35tcl1Ent5ECr3T",
isGuest: () => false,
isCryptoEnabled: () => false,
getSpaceSummary: jest.fn().mockReturnValue({
rooms: [],
}),
getRoomHierarchy: jest.fn().mockReturnValue({
rooms: [],
}),