aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/InteropTests.h
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/InteropTests.h
parent2c1c22c3f1b9c0fe36589da691fbabc60ad1aa25 (diff)
Rename pemXxx parameters to PEMXxx
Diffstat (limited to 'src/objective-c/tests/InteropTests.h')
-rw-r--r--src/objective-c/tests/InteropTests.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/tests/InteropTests.h b/src/objective-c/tests/InteropTests.h
index e223839d3a..038f24b62e 100644
--- a/src/objective-c/tests/InteropTests.h
+++ b/src/objective-c/tests/InteropTests.h
@@ -51,7 +51,7 @@
* The root certificates to be used. The base implementation returns nil. Subclasses should override
* to appropriate settings.
*/
-+ (NSString *)pemRootCert;
++ (NSString *)PEMRootCertificates;
/**
* The root certificates to be used. The base implementation returns nil. Subclasses should override