expect(dispatch).toHaveBeenCalledWith(sinon.match({
        type: CHANGE,
        payload: {
          attributes: {some: 'changed'}
        }