From c75ce5879236be650fe0560dee028b3f28c8d79f Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 8 Mar 2023 14:50:15 -0600 Subject: [PATCH] Fix instance test --- app/soapbox/normalizers/__tests__/instance.test.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/soapbox/normalizers/__tests__/instance.test.ts b/app/soapbox/normalizers/__tests__/instance.test.ts index 708adb6bb..90472e7f8 100644 --- a/app/soapbox/normalizers/__tests__/instance.test.ts +++ b/app/soapbox/normalizers/__tests__/instance.test.ts @@ -23,6 +23,10 @@ describe('normalizeInstance()', () => { max_characters: 500, max_media_attachments: 4, }, + groups: { + max_characters_name: 50, + max_characters_description: 100, + }, }, description: '', description_limit: 1500,