Update user.test.ts

This commit is contained in:
syuilo 2025-02-28 11:45:56 +09:00
parent 9a8a557e7a
commit cfde6edf09
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ describe('User', () => {
strictEqual(followers.length, 1); // followed by Bob
await alice.client.request('i/delete-account', { password: alice.password });
await sleep();
await sleep(1000);
const following = await bob.client.request('users/following', { userId: bob.id });
strictEqual(following.length, 0); // no following relation