mirror of https://codeberg.org/pzp/pzp-sync.git
improve test of feed sync when pruning range hole
This commit is contained in:
parent
cfb186c0fe
commit
c4bd7f9b49
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue