From f21502a1c6bb7e70e32a7bb70263f74bc830a676 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 29 Mar 2021 13:44:39 -0500 Subject: [PATCH] Fix push_notifications-test.js --- app/soapbox/reducers/__tests__/push_notifications-test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/soapbox/reducers/__tests__/push_notifications-test.js b/app/soapbox/reducers/__tests__/push_notifications-test.js index 7c47f4dd7..97e75df54 100644 --- a/app/soapbox/reducers/__tests__/push_notifications-test.js +++ b/app/soapbox/reducers/__tests__/push_notifications-test.js @@ -7,6 +7,7 @@ describe('push_notifications reducer', () => { subscription: null, alerts: new ImmutableMap({ follow: false, + follow_request: false, favourite: false, reblog: false, mention: false,