aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-08-31 16:41:29 -0700
committerGravatar yang-g <yangg@google.com>2015-08-31 16:41:29 -0700
commit61cfa57f5a1737ec7966733ec6932e1b29c33c42 (patch)
tree857fc19291fb65bf3de95e76a3fed11c01e443e2 /src
parente7fb1899f80eb6eb257f6dc8ddd27aa3398614f0 (diff)
change test too
Diffstat (limited to 'src')
-rw-r--r--src/objective-c/tests/LocalClearTextTests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/tests/LocalClearTextTests.m b/src/objective-c/tests/LocalClearTextTests.m
index d01fe91afa..976fff55bc 100644
--- a/src/objective-c/tests/LocalClearTextTests.m
+++ b/src/objective-c/tests/LocalClearTextTests.m
@@ -47,7 +47,7 @@
// instructions at https://github.com/grpc/homebrew-grpc
static NSString * const kRouteGuideHost = @"http://localhost:50051";
-static NSString * const kPackage = @"examples";
+static NSString * const kPackage = @"routeguide";
static NSString * const kService = @"RouteGuide";
@interface LocalClearTextTests : XCTestCase