no need for async

This commit is contained in:
Bruno Windels 2020-09-23 18:28:21 +02:00
parent 7cad3b2bdb
commit 086bdafe9a

View file

@ -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");