2025.2.1-beta.0のlintがコケているのを修正 (#15546)

This commit is contained in:
おさむのひと
2025-02-23 21:21:58 +09:00
committed by GitHub
parent 9a619c621d
commit 426940bea7
2 changed files with 14 additions and 14 deletions

View File

@@ -397,7 +397,7 @@ describe('Timelines', () => {
assert.strictEqual(res.body.some(note => note.id === bobNote2.id), true);
assert.strictEqual(res.body.some(note => note.id === carolNote1.id), false);
assert.strictEqual(res.body.some(note => note.id === carolNote2.id), false);
}, 1000 * 15);
}, 1000 * 30);
test.concurrent('フォローしているユーザーのチャンネル投稿が含まれない', async () => {
const [alice, bob] = await Promise.all([signup(), signup()]);