fix(test): Fix name of a test in e2e/timelines.ts (#16334)

This commit is contained in:
tamaina 2025-07-31 14:22:32 +09:00 committed by GitHub
parent 8c65d8d020
commit 414d5958c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -722,7 +722,7 @@ describe('Timelines', () => {
assert.strictEqual(res.body.some(note => note.id === carolRenote.id), false);
});
test('凍結解除後に凍結されていたユーザーに対するRenoteや凍結されたユーザーのRenoteが見えなくなる', async () => {
test('凍結解除後に凍結されていたユーザーに対するRenoteや凍結されたユーザーのRenoteが見えるようになる', async () => {
await api('admin/unsuspend-user', { userId: carol.id }, root);
await setTimeout(100);