Skip to content
Snippets Groups Projects
Commit 28bc3615 authored by Craig Tiller's avatar Craig Tiller Committed by GitHub
Browse files

Merge pull request #8681 from ctiller/fix2

Fix test
parents f9b87301 cd78879c
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#include <grpc++/support/channel_arguments.h> #include <grpc++/support/channel_arguments.h>
#include <grpc++/grpc++.h>
#include <grpc/grpc.h> #include <grpc/grpc.h>
#include <gtest/gtest.h> #include <gtest/gtest.h>
...@@ -53,7 +54,7 @@ class ChannelArgumentsTest : public ::testing::Test { ...@@ -53,7 +54,7 @@ class ChannelArgumentsTest : public ::testing::Test {
grpc::string GetDefaultUserAgentPrefix() { grpc::string GetDefaultUserAgentPrefix() {
std::ostringstream user_agent_prefix; std::ostringstream user_agent_prefix;
user_agent_prefix << "grpc-c++/" << grpc_version_string(); user_agent_prefix << "grpc-c++/" << Version();
return user_agent_prefix.str(); return user_agent_prefix.str();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment