fixed silly typo

pull/6830/head
David Garcia Quintas 9 years ago
parent 393ca51923
commit 126ae106d6
  1. 2
      test/cpp/interop/interop_client.cc

@ -487,7 +487,7 @@ bool InteropClient::DoResponseCompressedStreaming() {
GPR_ASSERT(response.payload().body() ==
grpc::string(response_stream_sizes[k], '\0'));
break;
case PayloadType::UNCOMPRESSABLE: {
case PayloadType::UNCOMPRESSABLE:
break;
default:
GPR_ASSERT(false);

Loading…
Cancel
Save