func (m *MockConsensusAccessor) ConfChangeInfo(arg0 uint64) (*types.ConfChangeProgress, error) {
    m.ctrl.T.Helper()
    ret := m.ctrl.Call(m, "ConfChangeInfo", arg0)
    ret0, _ := ret[0].(*types.ConfChangeProgress)
    ret1, _ := ret[1].(error)