From 05b32fab0e51e4154084e16831eda2679f401510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Mon, 8 Aug 2022 14:05:22 +0200 Subject: [PATCH] Update tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/soapbox/reducers/__tests__/search-test.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/soapbox/reducers/__tests__/search-test.js b/app/soapbox/reducers/__tests__/search-test.js index aac06f4b4..497f5b08c 100644 --- a/app/soapbox/reducers/__tests__/search-test.js +++ b/app/soapbox/reducers/__tests__/search-test.js @@ -27,6 +27,7 @@ describe('search reducer', () => { hashtagsLoaded: false, }, filter: 'accounts', + accountId: null, }); }); @@ -68,6 +69,7 @@ describe('search reducer', () => { hashtagsLoaded: false, }, filter: 'accounts', + accountId: null, }; expect(reducer(state, action).toJS()).toEqual(expected);