forked from mystiq/hydrogen-web
no need for async
This commit is contained in:
parent
7cad3b2bdb
commit
086bdafe9a
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue