Skip to content

Commit d6cfd4e

Browse files
authored
Merge branch 'camden-king/create-GIDAuthStateMigrationFake' into camden-king/remove-keychain-name-param
2 parents c40fcf4 + d4772ca commit d6cfd4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

GoogleSignIn/Tests/Unit/GIDSignInTest.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,8 @@ - (void)testInitWithKeychainStore_attemptsMigration {
508508
GTMKeychainStore *store = [[GTMKeychainStore alloc] initWithItemName:kKeychainName];
509509
GIDSignIn *signIn = [[GIDSignIn alloc] initWithKeychainStore:store
510510
authStateMigrationService:_authStateMigrationService];
511+
512+
XCTAssertNotNil(signIn.configuration);
511513
[self waitForExpectationsWithTimeout:1 handler:nil];
512514
}
513515

0 commit comments

Comments
 (0)