Skip to content

Commit

Permalink
Reverted a change, removed empty test.
Browse files Browse the repository at this point in the history
  • Loading branch information
makdharma committed Feb 24, 2016
1 parent 63f2b5b commit 54a3cc6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/objective-c/tests/InteropTestsLocalCleartext.m
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ + (NSString *)host {

- (void)setUp {
// Register test server as non-SSL.
[GRPCCall useInsecureConnectionsForHost:nil];
[GRPCCall useInsecureConnectionsForHost:kLocalCleartextHost];

[super setUp];
}
Expand Down
3 changes: 0 additions & 3 deletions src/objective-c/tests/RxLibraryUnitTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,4 @@ - (void)testBufferedPipeFinishWriteWhilePaused {
XCTAssertEqualObjects(handler.errorOrNil, nil);
}

- (void)testBufferedPipeSetState {
}

@end

0 comments on commit 54a3cc6

Please sign in to comment.