pull/19322/head
Muxi Yan 6 years ago committed by GitHub
parent f08aab26bf
commit 19c9b193c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/objective-c/tests/InteropTests/InteropTests.m

@ -1666,10 +1666,10 @@ initWithInterceptorManager:(GRPCInterceptorManager *)interceptorManager
}
}
- (void)testIntecepptorAndGlobalInterceptor {
- (void)testInterceptorAndGlobalInterceptor {
XCTAssertNotNil([[self class] host]);
__weak XCTestExpectation *expectation =
[self expectationWithDescription:@"testGlobalInterceptor"];
[self expectationWithDescription:@"testInterceptorAndGlobalInterceptor"];
__block NSUInteger startCount = 0;
__block NSUInteger writeDataCount = 0;

Loading…
Cancel
Save