Skip to content

Commit 438aa69

Browse files
committed
Updated method name from getAdditionalParametersWith... to additionalParametersWith.... within GIDSignInTest
1 parent fcd1a65 commit 438aa69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GoogleSignIn/Tests/Unit/GIDSignInTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1685,7 +1685,7 @@ - (void)OAuthLoginWithAddScopesFlow:(BOOL)addScopesFlow
16851685

16861686
NSDictionary<NSString *, NSString *> *additionalParameters =
16871687
[self additionalParametersWithEMMPasscodeInfoRequired:emmPasscodeInfoRequired
1688-
tokenClaimsAsJSONRequired:tokenClaimsAsJSONRequired];
1688+
tokenClaimsAsJSONRequired:tokenClaimsAsJSONRequired];
16891689
OIDAuthorizationResponse *authResponse =
16901690
[OIDAuthorizationResponse testInstanceWithAdditionalParameters:additionalParameters
16911691
nonce:nonce

0 commit comments

Comments
 (0)