fix session test, just barely

This commit is contained in:
Bruno Windels 2021-03-05 17:03:12 +01:00
parent 49fc971d67
commit e97ed9ae45

View file

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