test(MuteListPolicy): update error msg

This commit is contained in:
P. Reis 2024-05-11 14:02:24 -03:00
parent fe66937bba
commit 04968fefaa
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Deno.test('block event: muted user cannot post', async () => {
const ok = await policy.call(event1authorUserMeCopy);
assertEquals(ok, ['OK', event1authorUserMeCopy.id, false, 'You are banned in this server.']);
assertEquals(ok, ['OK', event1authorUserMeCopy.id, false, 'blocked: Your account has been deactivated.']);
});
Deno.test('allow event: user is NOT muted because there is no muted event', async () => {