Skip to content
Snippets Groups Projects
Commit e5b4c26e authored by David Garcia Quintas's avatar David Garcia Quintas
Browse files

more usage of std::string

parent f0424814
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ class ProtoServerReflectionTest : public ::testing::Test {
TEST_F(ProtoServerReflectionTest, CheckResponseWithLocalDescriptorPool) {
ResetStub();
std::vector<std::string> services;
std::vector<grpc::string> services;
desc_db_->GetServices(&services);
// The service list has at least one service (reflection servcie).
EXPECT_TRUE(services.size() > 0);
......
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