Update tests
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
c59f3947cb
commit
05b32fab0e
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@ describe('search reducer', () => {
|
||||||
hashtagsLoaded: false,
|
hashtagsLoaded: false,
|
||||||
},
|
},
|
||||||
filter: 'accounts',
|
filter: 'accounts',
|
||||||
|
accountId: null,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -68,6 +69,7 @@ describe('search reducer', () => {
|
||||||
hashtagsLoaded: false,
|
hashtagsLoaded: false,
|
||||||
},
|
},
|
||||||
filter: 'accounts',
|
filter: 'accounts',
|
||||||
|
accountId: null,
|
||||||
};
|
};
|
||||||
|
|
||||||
expect(reducer(state, action).toJS()).toEqual(expected);
|
expect(reducer(state, action).toJS()).toEqual(expected);
|
||||||
|
|
Loading…
Reference in a new issue