forked from mirror/misskey
Update timelines.ts
This commit is contained in:
parent
aad48b4b24
commit
d6ff810560
@ -148,7 +148,7 @@ describe('Timelines', () => {
|
|||||||
const [alice, bob, carol] = await Promise.all([signup(), signup(), signup()]);
|
const [alice, bob, carol] = await Promise.all([signup(), signup(), signup()]);
|
||||||
|
|
||||||
const bobNote = await post(bob, { text: 'hi' });
|
const bobNote = await post(bob, { text: 'hi' });
|
||||||
const aliceNote = await post(bob, { text: 'hi', replyId: bobNote.id });
|
const aliceNote = await post(alice, { text: 'hi', replyId: bobNote.id });
|
||||||
|
|
||||||
await sleep(100); // redisに追加されるのを待つ
|
await sleep(100); // redisに追加されるのを待つ
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user