Merge pull request #2119 from matrix-org/bwindels/fixroomsettingstest
Fix RoomSettings test
This commit is contained in:
commit
e534090da7
1 changed files with 1 additions and 0 deletions
|
@ -255,6 +255,7 @@ export function mkStubRoom(roomId = null) {
|
|||
getUnfilteredTimelineSet: () => null,
|
||||
getAccountData: () => null,
|
||||
hasMembershipState: () => null,
|
||||
getVersion: () => '1',
|
||||
currentState: {
|
||||
getStateEvents: sinon.stub(),
|
||||
mayClientSendStateEvent: sinon.stub().returns(true),
|
||||
|
|
Loading…
Reference in a new issue