aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Core
diff options
context:
space:
mode:
authorGravatar Ryan Wilson <wilsonryan@google.com>2018-02-14 12:46:50 -0500
committerGravatar GitHub <noreply@github.com>2018-02-14 12:46:50 -0500
commite4be2548b5f85497d13c9291b4b5b76f301faa2e (patch)
tree8d85cda6ab0d554c709b47a9b4cdaad54a450815 /Example/Core
parent933be73191d654bf6db01814994e54f7fe0c0136 (diff)
Fixed capitalization of init in test function. (#797)
Diffstat (limited to 'Example/Core')
-rw-r--r--Example/Core/Tests/FIROptionsTest.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Example/Core/Tests/FIROptionsTest.m b/Example/Core/Tests/FIROptionsTest.m
index 8170405..5d66ca9 100644
--- a/Example/Core/Tests/FIROptionsTest.m
+++ b/Example/Core/Tests/FIROptionsTest.m
@@ -128,7 +128,7 @@ extern NSString *const kFIRLibraryVersionID;
#pragma clang diagnostic pop
}
-- (void)testinitWithContentsOfFile {
+- (void)testInitWithContentsOfFile {
NSString *filePath =
[[NSBundle mainBundle] pathForResource:@"GoogleService-Info" ofType:@"plist"];
FIROptions *options = [[FIROptions alloc] initWithContentsOfFile:filePath];