mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
fix(test): Fix name of a test in e2e/timelines.ts (#16334)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user