update test

This commit is contained in:
syuilo 2023-10-11 14:30:18 +09:00
parent cf3624a54f
commit 566cb35370
1 changed files with 0 additions and 1 deletions

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 () => {