mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
oopsie
This commit is contained in:
parent
bd62c7cc60
commit
a08b98d44e
@ -5,7 +5,7 @@ import { newTestUser } from "./clientHelper";
|
|||||||
describe("Test: Accept Invites From Space", function() {
|
describe("Test: Accept Invites From Space", function() {
|
||||||
let client: MatrixClient|undefined;
|
let client: MatrixClient|undefined;
|
||||||
this.beforeEach(async function () {
|
this.beforeEach(async function () {
|
||||||
client = await newTestUser({ name: { contains: "spacee" }});
|
client = await newTestUser(this.config.homeserverUrl, { name: { contains: "spacee" }});
|
||||||
await client.start();
|
await client.start();
|
||||||
})
|
})
|
||||||
this.afterEach(async function () {
|
this.afterEach(async function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user