We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933be73 commit e4be254Copy full SHA for e4be254
Example/Core/Tests/FIROptionsTest.m
@@ -128,7 +128,7 @@ - (void)testInitCustomizedOptions {
128
#pragma clang diagnostic pop
129
}
130
131
-- (void)testinitWithContentsOfFile {
+- (void)testInitWithContentsOfFile {
132
NSString *filePath =
133
[[NSBundle mainBundle] pathForResource:@"GoogleService-Info" ofType:@"plist"];
134
FIROptions *options = [[FIROptions alloc] initWithContentsOfFile:filePath];
0 commit comments