ObjC: End2EndTests fix (#29070)

pull/29075/head
Yash Tibrewal 3 years ago committed by GitHub
parent 2a0d6234cb
commit eeb3b3e75a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/objective-c/tests/CronetTests/CoreCronetEnd2EndTests.mm

@ -66,7 +66,6 @@ static grpc_end2end_test_fixture chttp2_create_fixture_secure_fullstack(
f.fixture_data = ffd;
f.cq = grpc_completion_queue_create_for_next(NULL);
f.shutdown_cq = grpc_completion_queue_create_for_pluck(NULL);
return f;
}

Loading…
Cancel
Save