From 6098084c7d90fb6353f1b4456be348b2f65721e1 Mon Sep 17 00:00:00 2001 From: Chewbacca Date: Mon, 17 Oct 2022 12:24:24 -0400 Subject: [PATCH] Fix reducer test --- app/soapbox/reducers/__tests__/reports.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/soapbox/reducers/__tests__/reports.test.ts b/app/soapbox/reducers/__tests__/reports.test.ts index 77148e572..9105c11be 100644 --- a/app/soapbox/reducers/__tests__/reports.test.ts +++ b/app/soapbox/reducers/__tests__/reports.test.ts @@ -7,6 +7,7 @@ describe('reports reducer', () => { isSubmitting: false, account_id: null, status_ids: [], + chat_message: null, comment: '', forward: false, block: false,