This commit is contained in:
tamaina 2025-07-16 19:25:55 +09:00
parent 9961eca0b8
commit 90eccd4d95
1 changed files with 3 additions and 3 deletions

View File

@ -653,7 +653,7 @@ describe('Timelines', () => {
assert.strictEqual(await redisForTimelines.exists(`list:homeTimeline:${bob.id}`), 0); assert.strictEqual(await redisForTimelines.exists(`list:homeTimeline:${bob.id}`), 0);
}); });
describe('凍結', async () => { describe('凍結', () => {
let alice: SignupResponse, bob: SignupResponse, carol: SignupResponse; let alice: SignupResponse, bob: SignupResponse, carol: SignupResponse;
let aliceNote: Note, bobNote: Note, carolNote: Note; let aliceNote: Note, bobNote: Note, carolNote: Note;
@ -930,7 +930,7 @@ describe('Timelines', () => {
assert.strictEqual(res.body.some(note => note.id === bobNote2.id), true); assert.strictEqual(res.body.some(note => note.id === bobNote2.id), true);
}, 1000 * 10); }, 1000 * 10);
describe('凍結', async () => { describe('凍結', () => {
let alice: SignupResponse, bob: SignupResponse, carol: SignupResponse; let alice: SignupResponse, bob: SignupResponse, carol: SignupResponse;
let aliceNote: Note, bobNote: Note, carolNote: Note; let aliceNote: Note, bobNote: Note, carolNote: Note;
@ -1188,7 +1188,7 @@ describe('Timelines', () => {
assert.strictEqual(res.body.some(note => note.id === bobNote2.id), true); assert.strictEqual(res.body.some(note => note.id === bobNote2.id), true);
}, 1000 * 10); }, 1000 * 10);
describe('凍結', async () => { describe('凍結', () => {
/* /*
* bob = () * bob = ()
* carol = () * carol = ()