diff options
author | Jorge Canizales <jcanizales@google.com> | 2015-07-04 14:47:41 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2015-07-04 15:00:32 -0700 |
commit | 5260f53cdad8202da3d70e42fa1886e17e8de66b (patch) | |
tree | c836a39cc062b96ec1fb98e4e0026b82ebdc590a /src/objective-c/tests/LocalClearTextTests.m | |
parent | be808e36f6dc9fd73b031520baf3e94c81307230 (diff) |
Rename HTTP2Path -> HTTPPath
Diffstat (limited to 'src/objective-c/tests/LocalClearTextTests.m')
-rw-r--r-- | src/objective-c/tests/LocalClearTextTests.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/tests/LocalClearTextTests.m b/src/objective-c/tests/LocalClearTextTests.m index d9ad3455af..10c9f13ea3 100644 --- a/src/objective-c/tests/LocalClearTextTests.m +++ b/src/objective-c/tests/LocalClearTextTests.m @@ -94,7 +94,7 @@ static NSString * const kService = @"RouteGuide"; id<GRXWriter> requestsWriter = [GRXWriter emptyWriter]; GRPCCall *call = [[GRPCCall alloc] initWithHost:kRouteGuideHost - path:method.HTTP2Path + path:method.HTTPPath requestsWriter:requestsWriter]; id<GRXWriteable> responsesWriteable = [[GRXWriteable alloc] initWithValueHandler:^(NSData *value) { @@ -125,7 +125,7 @@ static NSString * const kService = @"RouteGuide"; id<GRXWriter> requestsWriter = [GRXWriter writerWithValue:[point data]]; GRPCCall *call = [[GRPCCall alloc] initWithHost:kRouteGuideHost - path:method.HTTP2Path + path:method.HTTPPath requestsWriter:requestsWriter]; id<GRXWriteable> responsesWriteable = [[GRXWriteable alloc] initWithValueHandler:^(NSData *value) { |