Fix end2end tests

pull/18813/head
Karthik Ravi Shankar 6 years ago
parent 90fee3e586
commit fe85756a8a
  1. 2
      test/cpp/end2end/client_callback_end2end_test.cc

@ -379,7 +379,7 @@ TEST_P(ClientCallbackEnd2endTest, SimpleRpcUnderLock) {
ResetStub();
std::mutex mu;
std::condition_variable cv;
bool done;
bool done = false;
EchoRequest request;
request.set_message("Hello locked world.");
EchoResponse response;

Loading…
Cancel
Save