mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 11:36:24 +01:00
fix session test, just barely
This commit is contained in:
parent
49fc971d67
commit
e97ed9ae45
@ -517,7 +517,7 @@ export function tests() {
|
||||
}
|
||||
}
|
||||
};
|
||||
const newSessionData = await session.writeSync({next_batch: "b"}, 6, syncTxn);
|
||||
const newSessionData = await session.writeSync({next_batch: "b"}, 6, null, syncTxn, {});
|
||||
assert(syncSet);
|
||||
assert.equal(session.syncToken, "a");
|
||||
assert.equal(session.syncFilterId, 5);
|
||||
|
Loading…
Reference in New Issue
Block a user