File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ @interface GIDSignInTest : XCTestCase {
222222 // Whether callback block has been called.
223223 BOOL _completionCalled;
224224
225- // Fake for GIDAuthStateMigration
225+ // Fake for | GIDAuthStateMigration|.
226226 GIDFakeAuthStateMigration *_authStateMigrationService;
227227
228228 // Fake fetcher service to emulate network requests.
@@ -509,7 +509,7 @@ - (void)testInitWithKeychainStore_attemptsMigration {
509509
510510 GTMKeychainStore *store = [[GTMKeychainStore alloc ] initWithItemName: expectedKeychainName];
511511 GIDSignIn *signIn = [[GIDSignIn alloc ] initWithKeychainStore: store
512- authStateMigrationService: _authStateMigrationService];
512+ authStateMigrationService: _authStateMigrationService];
513513
514514 [self waitForExpectationsWithTimeout: 1 handler: nil ];
515515}
You can’t perform that action at this time.
0 commit comments