Skip to content

Commit 620ceff

Browse files
committed
Improve style.
1 parent 7e76eae commit 620ceff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

GoogleSignIn/Tests/Unit/GIDSignInTest.m

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@
106106

107107
static NSString * const kContinueURL = @"com.google.UnitTests:/oauth2callback";
108108
static NSString * const kContinueURLWithClientID = @"FakeClientID:/oauth2callback";
109-
static NSString * const kWrongSchemeURL = @"wrong.app:/oauth2callback";
110109
static NSString * const kWrongPathURL = @"com.google.UnitTests:/wrong_path";
111110

112111
static 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];

0 commit comments

Comments
 (0)