improve test of feed sync when pruning range hole

This commit is contained in:
Andre Staltz 2023-09-08 13:47:21 +03:00
parent cfb186c0fe
commit c4bd7f9b49
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ test('sync a feed with goal=newest but too far behind', async (t) => {
} }
alice.tangleSync.setGoal(carolPostsMootID, 'newest-5') alice.tangleSync.setGoal(carolPostsMootID, 'newest-5')
bob.tangleSync.setGoal(carolPostsMootID, 'newest-5') bob.tangleSync.setGoal(carolPostsMootID, 'newest-8')
const remoteAlice = await p(bob.connect)(alice.getAddress()) const remoteAlice = await p(bob.connect)(alice.getAddress())
assert('bob connected to alice') assert('bob connected to alice')