diff --git a/client/mock/mock.go b/client/mock/mock.go index 1cc22968..337df041 100644 --- a/client/mock/mock.go +++ b/client/mock/mock.go @@ -123,6 +123,8 @@ func (m *MockClient) CallRemote(ctx context.Context, addr string, req client.Req } v.Set(reflect.ValueOf(r.Response)) + + return nil } return fmt.Errorf("rpc: can't find service %s", req.Method())