From 8216a35a56d8962f1d172ff43fe2a467a7677b6e Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Wed, 11 Aug 2021 21:02:30 +0100 Subject: [PATCH] remove spurious mxclient stub --- test/test-utils.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/test-utils.js b/test/test-utils.js index b337828b68..11a3400fbb 100644 --- a/test/test-utils.js +++ b/test/test-utils.js @@ -84,9 +84,6 @@ export function createTestClient() { generateClientSecret: () => "t35tcl1Ent5ECr3T", isGuest: () => false, isCryptoEnabled: () => false, - getSpaceSummary: jest.fn().mockReturnValue({ - rooms: [], - }), getRoomHierarchy: jest.fn().mockReturnValue({ rooms: [], }),