update test

This commit is contained in:
syuilo 2023-10-11 14:30:18 +09:00
parent cf3624a54f
commit 566cb35370

View file

@ -648,7 +648,6 @@ describe('Timelines', () => {
const res = await api('/notes/local-timeline', { withReplies: true }, alice);
assert.strictEqual(res.body.some((note: any) => note.id === bobNote.id), true);
assert.strictEqual(res.body.some((note: any) => note.id === carolNote.id), true);
});
test.concurrent('[withFiles: true] ファイル付きノートのみ含まれる', async () => {