update test
This commit is contained in:
parent
cf3624a54f
commit
566cb35370
1 changed files with 0 additions and 1 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Reference in a new issue