Skip to content

Commit e4be254

Browse files
authored
Fixed capitalization of init in test function. (firebase#797)
1 parent 933be73 commit e4be254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/Core/Tests/FIROptionsTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ - (void)testInitCustomizedOptions {
128128
#pragma clang diagnostic pop
129129
}
130130

131-
- (void)testinitWithContentsOfFile {
131+
- (void)testInitWithContentsOfFile {
132132
NSString *filePath =
133133
[[NSBundle mainBundle] pathForResource:@"GoogleService-Info" ofType:@"plist"];
134134
FIROptions *options = [[FIROptions alloc] initWithContentsOfFile:filePath];

0 commit comments

Comments
 (0)