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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,
};