mirror of https://codeberg.org/pzp/pzp-sync.git
Remove log
This commit is contained in:
parent
cb557ef15a
commit
39f8cca208
|
@ -373,7 +373,6 @@ test('create 200 messages that manage to replicate with low "newest" goals', asy
|
||||||
do {
|
do {
|
||||||
await p(setTimeout)(100)
|
await p(setTimeout)(100)
|
||||||
} while (!confirmed.every(v => v === true) && tries-- > 0)
|
} while (!confirmed.every(v => v === true) && tries-- > 0)
|
||||||
console.log({tries})
|
|
||||||
|
|
||||||
assert.equal(confirmed.filter(v => v === true).length, n, `alice has all of bob's posts`)
|
assert.equal(confirmed.filter(v => v === true).length, n, `alice has all of bob's posts`)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue