aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/InteropTests.m
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-08-31 13:17:26 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-08-31 13:17:26 -0700
commita4d9ee23c229c1358f177b7e474b8f2842661e18 (patch)
tree9feec94169133e056658df9d6a77f004e5c572fa /src/objective-c/tests/InteropTests.m
parent7331a7aa6201cc025d09da76056f5aae80184c1f (diff)
Fix objective-C test case.
Diffstat (limited to 'src/objective-c/tests/InteropTests.m')
-rw-r--r--src/objective-c/tests/InteropTests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/tests/InteropTests.m b/src/objective-c/tests/InteropTests.m
index f04a7e6441..44f22c9e85 100644
--- a/src/objective-c/tests/InteropTests.m
+++ b/src/objective-c/tests/InteropTests.m
@@ -180,7 +180,7 @@
// - If you're developing the server, consider using response streaming, or let clients filter
// responses by setting a google.protobuf.FieldMask in the request:
// https://github.com/google/protobuf/blob/master/src/google/protobuf/field_mask.proto
- XCTAssertEqualObjects(error.localizedDescription, @"Max message size exceeded");
+ XCTAssertEqualObjects(error.localizedDescription, @"Received message larger than max (4194305 vs. 4194304)");
[expectation fulfill];
}];