Update tests

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2022-08-08 14:05:22 +02:00
parent c59f3947cb
commit 05b32fab0e

View file

@ -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);