Remove todo comment in favor of issue

This commit is contained in:
Jacob Karlsson 2024-06-30 13:32:12 +02:00
parent d22a4d106e
commit 8c3c92ed53
1 changed files with 1 additions and 2 deletions

View File

@ -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
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 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')
}
// TODO: make things work with this first, then add another test without this?
await p(bob.db.feed.publish)({
account: bobID,
domain: 'post',