[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT

pull/36406/head
tanvi-jagtap 9 months ago
parent 5141e76e90
commit b3412dc218
  1. 2
      test/cpp/end2end/message_allocator_end2end_test.cc

@ -175,7 +175,7 @@ class MessageAllocatorEnd2endTestBase
stub_->async()->Echo(
&cli_ctx, &request, &response,
[&request, &response, &done, &mu, &cv, val](Status s) {
CHECK_OK(s);
CHECK(s.ok());
EXPECT_EQ(request.message(), response.message());
std::lock_guard<std::mutex> l(mu);

Loading…
Cancel
Save