Fix: typo

This commit is contained in:
taichan 2024-02-20 09:57:21 +09:00
parent c70c2e7534
commit 19296a0d6b
No known key found for this signature in database
GPG Key ID: CCE28623AFA24E9C
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ describe('Mute', () => {
await react(bob, aliceNote, 'like');
await react(carol, aliceNote, 'like');
const res = await api('/i/notifications-grouped-gropued', {}, alice);
const res = await api('/i/notifications-grouped', {}, alice);
assert.strictEqual(res.status, 200);
assert.strictEqual(Array.isArray(res.body), true);