aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/InteropTestsRemote.m
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2016-08-01 12:51:31 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2016-08-01 12:51:31 -0700
commit9e83d7ef0f6bfb392d7b564e7edac8931cb3ad12 (patch)
treeab1216aee995fe987576ac07aa7ed037bff3e42c /src/objective-c/tests/InteropTestsRemote.m
parent32fde7af294808f43dc92749b1c008eaba5f65b9 (diff)
Fix local server tests & exceptions tests
Diffstat (limited to 'src/objective-c/tests/InteropTestsRemote.m')
-rw-r--r--src/objective-c/tests/InteropTestsRemote.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/objective-c/tests/InteropTestsRemote.m b/src/objective-c/tests/InteropTestsRemote.m
index 758cc9346a..70f84753bb 100644
--- a/src/objective-c/tests/InteropTestsRemote.m
+++ b/src/objective-c/tests/InteropTestsRemote.m
@@ -47,4 +47,8 @@ static NSString * const kRemoteSSLHost = @"grpc-test.sandbox.googleapis.com";
return kRemoteSSLHost;
}
+- (int32_t)encodingOverhead {
+ return 12; // bytes
+}
+
@end