From f8dcafae98dc2700c422bc265acec91536da3207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Mon, 2 Aug 2021 21:10:41 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/app/soapbox/reducers/__tests__/search-test.js b/app/soapbox/reducers/__tests__/search-test.js index fb74f1473..5151e5500 100644 --- a/app/soapbox/reducers/__tests__/search-test.js +++ b/app/soapbox/reducers/__tests__/search-test.js @@ -8,6 +8,7 @@ describe('search reducer', () => { submitted: false, hidden: false, results: ImmutableMap(), + filter: 'accounts', })); }); });