diff --git a/app/soapbox/reducers/__tests__/status_lists-test.js b/app/soapbox/reducers/__tests__/status_lists-test.js index 27f6ffde1..f24bc4d39 100644 --- a/app/soapbox/reducers/__tests__/status_lists-test.js +++ b/app/soapbox/reducers/__tests__/status_lists-test.js @@ -19,6 +19,11 @@ describe('status_lists reducer', () => { loaded: false, items: ImmutableList(), }), + scheduled_statuses: ImmutableMap({ + next: null, + loaded: false, + items: ImmutableList(), + }), })); }); });