Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
status-card
marcin mikołajczak 2022-08-08 14:05:22 +02:00
rodzic c59f3947cb
commit 05b32fab0e
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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