update a test

This commit is contained in:
Andre Staltz 2023-10-26 12:55:27 +03:00
parent 4218dabb60
commit 0bc405739e
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ test('sync goal=record with ghostSpan=2', async (t) => {
assert.ok(erasables.has(moot.id)) assert.ok(erasables.has(moot.id))
for (const msgID of deletables) { 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) await p(alice.db.del)(msgID)
} }
for (const msgID of erasables) { for (const msgID of erasables) {