From 61cfa57f5a1737ec7966733ec6932e1b29c33c42 Mon Sep 17 00:00:00 2001
From: yang-g <yangg@google.com>
Date: Mon, 31 Aug 2015 16:41:29 -0700
Subject: [PATCH] change test too

---
 src/objective-c/tests/LocalClearTextTests.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/objective-c/tests/LocalClearTextTests.m b/src/objective-c/tests/LocalClearTextTests.m
index d01fe91afaf..976fff55bcc 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