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

pull/36368/head
tanvi-jagtap 11 months ago
parent 2416125f44
commit 0072bd8854
  1. 2
      test/core/tsi/transport_security_test_lib.cc

@ -312,7 +312,7 @@ grpc_error_handle on_handshake_next_done(
grpc_error_handle error;
// Read more data if we need to.
if (result == TSI_INCOMPLETE_DATA) {
CHECK_EQ(bytes_to_send_size, 0);
CHECK_EQ(bytes_to_send_size, 0u);
notification_signal(fixture);
return error;
}

Loading…
Cancel
Save