File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 106106
107107static NSString * const kContinueURL = @" com.google.UnitTests:/oauth2callback" ;
108108static NSString * const kContinueURLWithClientID = @" FakeClientID:/oauth2callback" ;
109- static NSString * const kWrongSchemeURL = @" wrong.app:/oauth2callback" ;
110109static NSString * const kWrongPathURL = @" com.google.UnitTests:/wrong_path" ;
111110
112111static NSString * const kEMMRestartAuthURL =
@@ -1077,10 +1076,10 @@ - (void)OAuthLoginWithAddScopesFlow:(BOOL)addScopesFlow
10771076 // Mock `maybeFetchToken:` method in Sign in flow.
10781077 if (!(authError || modalCancel)) {
10791078 [[[_authState expect ] andReturn: nil ] lastTokenResponse ];
1080- #if TARGET_OS_IOS && !TARGET_OS_MACCATALYST
1079+ #if TARGET_OS_IOS && !TARGET_OS_MACCATALYST
10811080 // Corresponds to EMM support
10821081 [[[_authState expect ] andReturn: authResponse] lastAuthorizationResponse ];
1083- #endif // TARGET_OS_IOS && !TARGET_OS_MACCATALYST
1082+ #endif // TARGET_OS_IOS && !TARGET_OS_MACCATALYST
10841083 [[[_authState expect ] andReturn: nil ] lastTokenResponse ];
10851084 [[[_authState expect ] andReturn: authResponse] lastAuthorizationResponse ];
10861085 [[[_authState expect ] andReturn: authResponse] lastAuthorizationResponse ];
You can’t perform that action at this time.
0 commit comments