mirror of https://codeberg.org/pzp/pzp-sync.git
update a test
This commit is contained in:
parent
4218dabb60
commit
0bc405739e
|
@ -99,7 +99,7 @@ test('sync goal=record with ghostSpan=2', async (t) => {
|
|||
assert.ok(erasables.has(moot.id))
|
||||
|
||||
for (const msgID of deletables) {
|
||||
await p(alice.db.ghosts.add)({ msgID, tangleID: moot.id, max: SPAN })
|
||||
await p(alice.db.ghosts.add)({ msgID, tangleID: moot.id, span: SPAN })
|
||||
await p(alice.db.del)(msgID)
|
||||
}
|
||||
for (const msgID of erasables) {
|
||||
|
|
Loading…
Reference in New Issue