it('should handle LOAD_USERS_REQUEST', () => {
      expect(reducer({ ...initialState, isLoading: false }, { type: 'our-wedding-heroes/users/LOAD_USERS_REQUEST' })).toEqual({
        isLoading: true,
        isSaving: false,
        isDeleting: false,