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