You've already forked matrix-js-sdk
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:
@ -154,9 +154,9 @@ describe("MSC3089TreeSpace", () => {
|
|||||||
// Bare minimum overrides. We proxy to our mock function manually so we can
|
// 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
|
// count the calls, not to ensure accuracy. The invite function behaving correctly
|
||||||
// is covered by another test.
|
// 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);
|
await tree.invite(target, true);
|
||||||
|
Reference in New Issue
Block a user