Pass Matrix client around as matrixClient

Signed-off-by: Robin Townsend <robin@robin.town>
This commit is contained in:
Robin Townsend 2021-05-24 08:51:04 -04:00
parent 6ced61b709
commit 121ed5eba9
3 changed files with 7 additions and 7 deletions

View file

@ -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()}