From e4be2548b5f85497d13c9291b4b5b76f301faa2e Mon Sep 17 00:00:00 2001 From: Ryan Wilson Date: Wed, 14 Feb 2018 12:46:50 -0500 Subject: Fixed capitalization of init in test function. (#797) --- Example/Core/Tests/FIROptionsTest.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Example') 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]; -- cgit v1.2.3