fix one test

This commit is contained in:
Andre Staltz 2024-01-31 14:00:47 +02:00
parent 1f78508418
commit 51d61bcd5b
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ test('GC recently-unfollowed accounts', async (t) => {
subdomain: 'account', subdomain: 'account',
_nonce: 'carol', _nonce: 'carol',
}) })
await p(carol.set.load)(bobID) await p(carol.set.load)(carolID)
// Carol creates a feed of posts // Carol creates a feed of posts
for (let i = 0; i < 5; i++) { for (let i = 0; i < 5; i++) {
await p(carol.db.feed.publish)({ await p(carol.db.feed.publish)({