Skip to content

Commit

Permalink
Fixed capitalization of init in test function. (firebase#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwilson committed Feb 14, 2018
1 parent 1aef6d1 commit 174df3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/Core/Tests/FIROptionsTest.m
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ - (void)testInitCustomizedOptions {
#pragma clang diagnostic pop
}

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

0 comments on commit 174df3c

Please sign in to comment.