Fix suggestions test
This commit is contained in:
parent
3fbe810406
commit
cee7e3761f
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ describe('suggestions reducer', () => {
|
|||
it('should return the initial state', () => {
|
||||
expect(reducer(undefined, {})).toEqual(ImmutableMap({
|
||||
items: ImmutableList(),
|
||||
next: null,
|
||||
isLoading: false,
|
||||
}));
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue