diff options
Diffstat (limited to 'test/cpp/interop/client_helper.h')
-rw-r--r-- | test/cpp/interop/client_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/interop/client_helper.h b/test/cpp/interop/client_helper.h index 92d5078f48..0221df93db 100644 --- a/test/cpp/interop/client_helper.h +++ b/test/cpp/interop/client_helper.h @@ -53,7 +53,7 @@ std::shared_ptr<Channel> CreateChannelForTestCase( class InteropClientContextInspector { public: InteropClientContextInspector(const ::grpc::ClientContext& context) - : context_(context) {} + : context_(context) {} // Inspector methods, able to peek inside ClientContext, follow. grpc_compression_algorithm GetCallCompressionAlgorithm() const { |