Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 8216a35

Browse files
committed
remove spurious mxclient stub
1 parent 38645d9 commit 8216a35

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/test-utils.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ export function createTestClient() {
8484
generateClientSecret: () => "t35tcl1Ent5ECr3T",
8585
isGuest: () => false,
8686
isCryptoEnabled: () => false,
87-
getSpaceSummary: jest.fn().mockReturnValue({
88-
rooms: [],
89-
}),
9087
getRoomHierarchy: jest.fn().mockReturnValue({
9188
rooms: [],
9289
}),

0 commit comments

Comments
 (0)