1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-07-30 04:23:07 +03:00

The linter needed appeasing

This commit is contained in:
Travis Ralston
2021-06-16 20:27:03 -06:00
parent d924617672
commit fe5bfbf76f

View File

@ -154,9 +154,9 @@ describe("MSC3089TreeSpace", () => {
// Bare minimum overrides. We proxy to our mock function manually so we can
// count the calls, not to ensure accuracy. The invite function behaving correctly
// is covered by another test.
{invite: (userId) => fn(tree.roomId, userId)} as MSC3089TreeSpace,
{invite: (userId) => fn(tree.roomId, userId)} as MSC3089TreeSpace,
{invite: (userId) => fn(tree.roomId, userId)} as MSC3089TreeSpace,
{ invite: (userId) => fn(tree.roomId, userId) } as MSC3089TreeSpace,
{ invite: (userId) => fn(tree.roomId, userId) } as MSC3089TreeSpace,
{ invite: (userId) => fn(tree.roomId, userId) } as MSC3089TreeSpace,
];
await tree.invite(target, true);