diff --git a/app/soapbox/reducers/__tests__/search-test.js b/app/soapbox/reducers/__tests__/search-test.js index b1138b6631..c3b8d1ea0c 100644 Binary files a/app/soapbox/reducers/__tests__/search-test.js and b/app/soapbox/reducers/__tests__/search-test.js differ diff --git a/app/soapbox/reducers/__tests__/suggestions-test.js b/app/soapbox/reducers/__tests__/suggestions-test.js index 7da0b7f750..3a11b5b56a 100644 Binary files a/app/soapbox/reducers/__tests__/suggestions-test.js and b/app/soapbox/reducers/__tests__/suggestions-test.js differ diff --git a/app/soapbox/reducers/__tests__/trends-test.js b/app/soapbox/reducers/__tests__/trends-test.js index 5ebeabb31d..22d7d34e4f 100644 Binary files a/app/soapbox/reducers/__tests__/trends-test.js and b/app/soapbox/reducers/__tests__/trends-test.js differ diff --git a/app/soapbox/reducers/search.ts b/app/soapbox/reducers/search.ts index f315cbb90a..64d2a6a8c2 100644 --- a/app/soapbox/reducers/search.ts +++ b/app/soapbox/reducers/search.ts @@ -25,7 +25,7 @@ import { import type { AnyAction } from 'redux'; -const ReducerRecord = ImmutableRecord({ +export const ReducerRecord = ImmutableRecord({ value: '', submitted: false, submittedValue: '',