aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/spec
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-05-17 13:22:55 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-05-17 15:05:00 -0700
commit032f398543676818b3e0761f8bdd899c8c3616eb (patch)
treee0adb179b856f8a7fcd3e3f14e29de8fc3ef460c /src/ruby/spec
parent7e44480614e2615821dabbece98989721d0cf6f4 (diff)
cleanup
Diffstat (limited to 'src/ruby/spec')
-rw-r--r--src/ruby/spec/channel_connection_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ruby/spec/channel_connection_spec.rb b/src/ruby/spec/channel_connection_spec.rb
index b3edec8f93..c8a7856a09 100644
--- a/src/ruby/spec/channel_connection_spec.rb
+++ b/src/ruby/spec/channel_connection_spec.rb
@@ -143,8 +143,7 @@ describe 'channel connection behavior' do
stop_server
end
- it 'observably connects and reconnects to transient server' \
- ' when using the channel state API' do
+ it 'concurrent watches on the same channel' do
timeout(180) do
port = start_server
ch = GRPC::Core::Channel.new("localhost:#{port}", {},