File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,11 @@ + (NSDictionary *)profile {
57
57
return kProfile ;
58
58
}
59
59
60
- /* * @fn testAditionalUserInfoCreation
60
+ /* * @fn testAdditionalUserInfoCreation
61
61
@brief Tests succuessful creation of @c FIRAdditionalUserInfo with
62
62
@c initWithProviderID:profile:username: call.
63
63
*/
64
- - (void )testAditionalUserInfoCreation {
64
+ - (void )testAdditionalUserInfoCreation {
65
65
FIRAdditionalUserInfo *userInfo =
66
66
[[FIRAdditionalUserInfo alloc ] initWithProviderID: kProviderID
67
67
profile: [[self class ] profile ]
@@ -73,11 +73,11 @@ - (void)testAditionalUserInfoCreation {
73
73
XCTAssertEqual (userInfo.isNewUser , kIsNewUser );
74
74
}
75
75
76
- /* * @fn testAditionalUserInfoCreationWithStaticInitializer
76
+ /* * @fn testAdditionalUserInfoCreationWithStaticInitializer
77
77
@brief Tests succuessful creation of @c FIRAdditionalUserInfo with
78
78
@c userInfoWithVerifyAssertionResponse call.
79
79
*/
80
- - (void )testAditionalUserInfoCreationWithStaticInitializer {
80
+ - (void )testAdditionalUserInfoCreationWithStaticInitializer {
81
81
id mockVerifyAssertionResponse = OCMClassMock ([FIRVerifyAssertionResponse class ]);
82
82
OCMExpect ([mockVerifyAssertionResponse providerID ]).andReturn (kProviderID );
83
83
OCMExpect ([mockVerifyAssertionResponse profile ]).andReturn ([[self class ] profile ]);
You can’t perform that action at this time.
0 commit comments