aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/GRPCClientTests.m
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2016-02-24 13:54:48 -0800
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2016-02-24 13:54:48 -0800
commit63f2b5b2d04404687b20c0728a226d8296542ba2 (patch)
tree91efea19b6839e40f34603d11c344a94885f93e7 /src/objective-c/tests/GRPCClientTests.m
parenta0414ee12f81db97deaef691563ee98d9e286680 (diff)
Fixed nits.
Diffstat (limited to 'src/objective-c/tests/GRPCClientTests.m')
-rw-r--r--src/objective-c/tests/GRPCClientTests.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/objective-c/tests/GRPCClientTests.m b/src/objective-c/tests/GRPCClientTests.m
index 8ee6ffa1ec..6554f06e90 100644
--- a/src/objective-c/tests/GRPCClientTests.m
+++ b/src/objective-c/tests/GRPCClientTests.m
@@ -192,7 +192,6 @@ static ProtoMethod *kUnaryCallMethod;
[self waitForExpectationsWithTimeout:8 handler:nil];
}
-// TODO(jcanizales): Activate this test against the remote server.
- (void)testMetadata {
__weak XCTestExpectation *expectation = [self expectationWithDescription:@"RPC unauthorized."];
@@ -258,7 +257,7 @@ static ProtoMethod *kUnaryCallMethod;
[self waitForExpectationsWithTimeout:8 handler:nil];
}
-// todo(makaradd): Move to a different file that contains only unit tests
+// TODO(makarandd): Move to a different file that contains only unit tests
- (void)testExceptions {
// Try to set userAgentPrefix for host that is nil. This should cause
// an exception.