Pass Matrix client around as matrixClient
Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
parent
6ced61b709
commit
121ed5eba9
3 changed files with 7 additions and 7 deletions
|
@ -47,7 +47,7 @@ describe("ForwardDialog", () => {
|
|||
await act(async () => {
|
||||
wrapper = mount(
|
||||
<ForwardDialog
|
||||
cli={client}
|
||||
matrixClient={client}
|
||||
event={message}
|
||||
permalinkCreator={new RoomPermalinkCreator(undefined, sourceRoom)}
|
||||
onFinished={jest.fn()}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue