test typo, 'sendMessaage' -> 'sendMessage'

This commit is contained in:
jesopo 2022-07-03 19:35:33 +00:00
parent fbb66a58b3
commit f363ba0607

View File

@ -39,7 +39,7 @@ describe("Test: Report polling", function() {
await this.mjolnir.client.inviteUser(await client.getUserId(), roomId);
await client.joinRoom(roomId);
const eventId = await client.sendMessaage(roomId, {msgtype: "m.text", body: "uwNd3q"});
const eventId = await client.sendMessage(roomId, {msgtype: "m.text", body: "uwNd3q"});
await client.doRequest(
"POST",
`/_matrix/client/r0/rooms/${encodeURIComponent(roomId)}/report/${encodeURIComponent(eventId)}`, "", {