Update types to match js-sdk --strict mode (#9528)
Co-authored-by: Michael Weimann <michaelw@matrix.org>
This commit is contained in:
parent
3330d5a634
commit
5f540eb25c
4 changed files with 6 additions and 6 deletions
|
@ -39,7 +39,7 @@ describe('<IncomingLegacyCallToast />', () => {
|
|||
const mockRoom = new Room('!room:server.org', mockClient, userId);
|
||||
mockClient.deviceId = deviceId;
|
||||
|
||||
const call = new MatrixCall({ client: mockClient });
|
||||
const call = new MatrixCall({ client: mockClient, roomId: mockRoom.roomId });
|
||||
const defaultProps = {
|
||||
call,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue