aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/InteropTestsLocalSSL.m
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-11 14:33:00 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-11 14:33:00 -0700
commit0fc040d19acc960ed3ab331ed92b38b43d32a284 (patch)
tree6b69614b486c86606101e4eacbd1eaf2444dbf3f /src/objective-c/tests/InteropTestsLocalSSL.m
parent2c1c22c3f1b9c0fe36589da691fbabc60ad1aa25 (diff)
Rename pemXxx parameters to PEMXxx
Diffstat (limited to 'src/objective-c/tests/InteropTestsLocalSSL.m')
-rw-r--r--src/objective-c/tests/InteropTestsLocalSSL.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/tests/InteropTestsLocalSSL.m b/src/objective-c/tests/InteropTestsLocalSSL.m
index 997dd87eee..759a080380 100644
--- a/src/objective-c/tests/InteropTestsLocalSSL.m
+++ b/src/objective-c/tests/InteropTestsLocalSSL.m
@@ -40,7 +40,7 @@ static int32_t kLocalInteropServerOverhead = 10;
return kLocalSSLHost;
}
-+ (NSString *)pemRootCert {
++ (NSString *)PEMRootCertificates {
NSBundle *bundle = [NSBundle bundleForClass:self.class];
NSString *certsPath =
[bundle pathForResource:@"TestCertificates.bundle/test-certificates" ofType:@"pem"];