1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-11-23 22:56:49 +09:00

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); 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 === bobNote.id), true);
assert.strictEqual(res.body.some((note: any) => note.id === carolNote.id), true);
}); });
test.concurrent('[withFiles: true] ファイル付きノートのみ含まれる', async () => { test.concurrent('[withFiles: true] ファイル付きノートのみ含まれる', async () => {