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

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);