aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/bin/interop/interop_server.rb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruby/bin/interop/interop_server.rb')
-rwxr-xr-xsrc/ruby/bin/interop/interop_server.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ruby/bin/interop/interop_server.rb b/src/ruby/bin/interop/interop_server.rb
index 1a08eb97df..83212823f6 100755
--- a/src/ruby/bin/interop/interop_server.rb
+++ b/src/ruby/bin/interop/interop_server.rb
@@ -145,8 +145,8 @@ class TestTarget < Grpc::Testing::TestService::Service
end
def half_duplex_call(reqs)
- # TODO(temiola): clarify the behaviour of the half_duplex_call, it's not
- # currently used in any tests
+ # TODO: update with unique behaviour of the half_duplex_call if that's
+ # ever required by any of the tests.
full_duplex_call(reqs)
end
end