1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Update types to match js-sdk --strict mode (#9528)

Co-authored-by: Michael Weimann <michaelw@matrix.org>
This commit is contained in:
Michael Telatynski
2022-11-03 12:50:07 +00:00
committed by GitHub
parent 3330d5a634
commit 5f540eb25c
4 changed files with 6 additions and 6 deletions

View File

@ -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,
};