Skip to content

Commit f4faadc

Browse files
committed
updates from review
1 parent 55b88cc commit f4faadc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

GoogleSignIn/Tests/Unit/GIDAuthStateMigrationTest.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#import "GoogleSignIn/Sources/GIDSignInCallbackSchemes.h"
1919
#if TARGET_OS_OSX || TARGET_OS_MACCATALYST
2020
#import "GoogleSignIn/Tests/Unit/OIDAuthState+Testing.h"
21-
#endif
21+
#endif // TARGET_OS_OSX || TARGET_OS_MACCATALYST
2222

2323
@import GTMAppAuth;
2424

@@ -86,7 +86,7 @@ @implementation GIDAuthStateMigrationTest {
8686
id _mockGTMOAuth2Compatibility;
8787
#if TARGET_OS_OSX || TARGET_OS_MACCATALYST
8888
id _realLegacyGTMKeychainStore;
89-
#endif
89+
#endif // TARGET_OS_OSX || TARGET_OS_MACCATALYST
9090
}
9191

9292
- (void)setUp {
@@ -243,7 +243,7 @@ - (void)testExtractAuthorization_HostedDomain {
243243

244244
XCTAssertNotNil(authorization);
245245
}
246-
#endif
246+
#endif // TARGET_OS_OSX || TARGET_OS_MACCATALYST
247247

248248
- (void)testMigrateIfNeeded_HasPreviousMigration {
249249
[[[_mockUserDefaults stub] andReturn:_mockUserDefaults] standardUserDefaults];
@@ -253,7 +253,7 @@ - (void)testMigrateIfNeeded_HasPreviousMigration {
253253
#else
254254
[[[_mockUserDefaults expect] andReturnValue:@YES] boolForKey:kGTMAppAuthMigrationCheckPerformedKey];
255255
[[_mockUserDefaults reject] setBool:YES forKey:kGTMAppAuthMigrationCheckPerformedKey];
256-
#endif
256+
#endif // TARGET_OS_OSX || TARGET_OS_MACCATALYST
257257

258258
GIDAuthStateMigration *migration =
259259
[[GIDAuthStateMigration alloc] initWithKeychainStore:_mockGTMKeychainStore];

0 commit comments

Comments
 (0)