chore: remove unused const

This commit is contained in:
GleidsonDaniel 2021-12-22 09:58:13 -03:00
parent ff0925cc96
commit ef0d2bf195
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ describe('test selectedUsers reducer', () => {
});
it('should return loading after call action', async () => {
const user = { _id: 'user.id', name: 'user.username', fname: 'user.name' };
mockedStore.dispatch(setLoading(true));
const state = mockedStore.getState().selectedUsers.loading;
expect(state).toEqual(true);