pull/31108/head
Craig Tiller 2 years ago committed by GitHub
parent e8df8185e5
commit c3714eced8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/core/end2end/tests/cancel_with_status.cc

@ -81,8 +81,8 @@ static void shutdown_client(grpc_end2end_test_fixture* f) {
}
static void end_test(grpc_end2end_test_fixture* f) {
shutdown_server(f);
shutdown_client(f);
shutdown_server(f);
grpc_completion_queue_shutdown(f->cq);
drain_cq(f->cq);

Loading…
Cancel
Save