diff options
Diffstat (limited to 'src/ruby/bin/interop/test/cpp')
-rw-r--r-- | src/ruby/bin/interop/test/cpp/interop/test_services.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ruby/bin/interop/test/cpp/interop/test_services.rb b/src/ruby/bin/interop/test/cpp/interop/test_services.rb index 464d5e24f6..17b5461d3e 100644 --- a/src/ruby/bin/interop/test/cpp/interop/test_services.rb +++ b/src/ruby/bin/interop/test/cpp/interop/test_services.rb @@ -44,6 +44,7 @@ module Grpc self.marshal_class_method = :encode self.unmarshal_class_method = :decode + self.service_name = 'grpc.testing.TestService' rpc :EmptyCall, Empty, Empty rpc :UnaryCall, SimpleRequest, SimpleResponse |