fix one test
This commit is contained in:
parent
1f78508418
commit
51d61bcd5b
|
@ -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)({
|
||||||
|
|
Loading…
Reference in New Issue