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