Fix suggestions test

environments/review-infinite-s-1zoe23/deployments/12
Alex Gleason 2022-05-19 12:31:16 -05:00
rodzic 3fbe810406
commit cee7e3761f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -8,6 +8,7 @@ describe('suggestions reducer', () => {
it('should return the initial state', () => {
expect(reducer(undefined, {})).toEqual(ImmutableMap({
items: ImmutableList(),
next: null,
isLoading: false,
}));
});