Update timelines.ts

This commit is contained in:
syuilo 2023-10-03 09:55:44 +09:00
parent aad48b4b24
commit d6ff810560
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ describe('Timelines', () => {
const [alice, bob, carol] = await Promise.all([signup(), signup(), signup()]);
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に追加されるのを待つ