aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Makarand Dharmapurikar <makarandd@google.com>2016-02-24 14:10:28 -0800
committerGravatar Makarand Dharmapurikar <makarandd@google.com>2016-02-24 14:10:28 -0800
commit54a3cc64b8367a5b5447e200338491e05d7607fe (patch)
tree646cd472e62dfa74638c765987f2e83b027bc21f
parent63f2b5b2d04404687b20c0728a226d8296542ba2 (diff)
Reverted a change, removed empty test.
-rw-r--r--src/objective-c/tests/InteropTestsLocalCleartext.m2
-rw-r--r--src/objective-c/tests/RxLibraryUnitTests.m3
2 files changed, 1 insertions, 4 deletions
diff --git a/src/objective-c/tests/InteropTestsLocalCleartext.m b/src/objective-c/tests/InteropTestsLocalCleartext.m
index f454285110..56927a8af6 100644
--- a/src/objective-c/tests/InteropTestsLocalCleartext.m
+++ b/src/objective-c/tests/InteropTestsLocalCleartext.m
@@ -49,7 +49,7 @@ static NSString * const kLocalCleartextHost = @"localhost:5050";
- (void)setUp {
// Register test server as non-SSL.
- [GRPCCall useInsecureConnectionsForHost:nil];
+ [GRPCCall useInsecureConnectionsForHost:kLocalCleartextHost];
[super setUp];
}
diff --git a/src/objective-c/tests/RxLibraryUnitTests.m b/src/objective-c/tests/RxLibraryUnitTests.m
index ba79191dc4..c94dcf533a 100644
--- a/src/objective-c/tests/RxLibraryUnitTests.m
+++ b/src/objective-c/tests/RxLibraryUnitTests.m
@@ -157,7 +157,4 @@
XCTAssertEqualObjects(handler.errorOrNil, nil);
}
-- (void)testBufferedPipeSetState {
-}
-
@end