mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
no need for async
This commit is contained in:
parent
7cad3b2bdb
commit
086bdafe9a
@ -291,7 +291,7 @@ export class RoomSummary {
|
|||||||
|
|
||||||
export function tests() {
|
export function tests() {
|
||||||
return {
|
return {
|
||||||
"membership trigger change": async function(assert) {
|
"membership trigger change": function(assert) {
|
||||||
const summary = new RoomSummary("id");
|
const summary = new RoomSummary("id");
|
||||||
let written = false;
|
let written = false;
|
||||||
let changes = summary.data.applySyncResponse({}, "join");
|
let changes = summary.data.applySyncResponse({}, "join");
|
||||||
|
Loading…
Reference in New Issue
Block a user