From 0329cc4d040cab683ebc525a7dda0d29bd276d08 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 13 May 2022 14:42:15 -0500 Subject: [PATCH] Clean up contexts test --- .../reducers/__tests__/contexts-test.js | Bin 2640 -> 2707 bytes app/soapbox/reducers/contexts.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/reducers/__tests__/contexts-test.js b/app/soapbox/reducers/__tests__/contexts-test.js index 26d6ecb39a15886e12f8e451e96b62790251818e..30de0a49cbe86b22a27b6460c57dd8d28d5786c4 100644 GIT binary patch delta 214 zcmca0GFfy(7Nf9^LbXCrYD#HxYEe*Xa(+>YLha-%#%a7LVw-uGbeT|vCi5^UP3C3d z*qqPe$$}=ek3*b2ttda&D_CRlRStb=O&u-;C@4xT$jMACwo-t}pW;-WY{hBCs5!ZW WQw7r;6{x!ETKtCS0}c4e84ds@GDJZD delta 121 zcmbO%dO>7E7USev#%YuDSwuH$GN~|u7?U-bBsbTv1hTND73Jr81y8=nDL(lJhrX~5 qmjVRRlI^(WhKg#!Se!y@+p diff --git a/app/soapbox/reducers/contexts.ts b/app/soapbox/reducers/contexts.ts index b8ddb5ea33..5cdb8de0be 100644 --- a/app/soapbox/reducers/contexts.ts +++ b/app/soapbox/reducers/contexts.ts @@ -20,7 +20,7 @@ import { TIMELINE_DELETE } from '../actions/timelines'; import type { ReducerStatus } from './statuses'; import type { AnyAction } from 'redux'; -const ReducerRecord = ImmutableRecord({ +export const ReducerRecord = ImmutableRecord({ inReplyTos: ImmutableMap(), replies: ImmutableMap>(), });