Remove todo comment in favor of issue
This commit is contained in:
parent
d22a4d106e
commit
8c3c92ed53
|
@ -12,7 +12,7 @@ async function flatten(iter) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// copy of test in pzp-sync, but that doesn't test if it works with gc enabled
|
// copy of test in pzp-sync, but that doesn't test if it works with gc enabled
|
||||||
test('create 200 messages that manage to replicate with low "newest" goals', async (t) => {
|
test('create 200 messages that manage to replicate with low "newest" goals (using onRecordAdded and with initial message)', async (t) => {
|
||||||
const n = 200
|
const n = 200
|
||||||
|
|
||||||
const alice = createPeer({ name: 'alice' })
|
const alice = createPeer({ name: 'alice' })
|
||||||
|
@ -37,7 +37,6 @@ test('create 200 messages that manage to replicate with low "newest" goals', asy
|
||||||
assert.deepEqual(arr, [], 'alice has no posts from bob')
|
assert.deepEqual(arr, [], 'alice has no posts from bob')
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: make things work with this first, then add another test without this?
|
|
||||||
await p(bob.db.feed.publish)({
|
await p(bob.db.feed.publish)({
|
||||||
account: bobID,
|
account: bobID,
|
||||||
domain: 'post',
|
domain: 'post',
|
||||||
|
|
Loading…
Reference in New Issue