From 086bdafe9aeca3cf5eb6bbed08123f3b2c84157e Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Wed, 23 Sep 2020 18:28:21 +0200 Subject: [PATCH] no need for async --- src/matrix/room/RoomSummary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix/room/RoomSummary.js b/src/matrix/room/RoomSummary.js index 72769f34..a6fda3a0 100644 --- a/src/matrix/room/RoomSummary.js +++ b/src/matrix/room/RoomSummary.js @@ -291,7 +291,7 @@ export class RoomSummary { export function tests() { return { - "membership trigger change": async function(assert) { + "membership trigger change": function(assert) { const summary = new RoomSummary("id"); let written = false; let changes = summary.data.applySyncResponse({}, "join");