We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c40fcf4 + d4772ca commit d6cfd4eCopy full SHA for d6cfd4e
GoogleSignIn/Tests/Unit/GIDSignInTest.m
@@ -508,6 +508,8 @@ - (void)testInitWithKeychainStore_attemptsMigration {
508
GTMKeychainStore *store = [[GTMKeychainStore alloc] initWithItemName:kKeychainName];
509
GIDSignIn *signIn = [[GIDSignIn alloc] initWithKeychainStore:store
510
authStateMigrationService:_authStateMigrationService];
511
+
512
+ XCTAssertNotNil(signIn.configuration);
513
[self waitForExpectationsWithTimeout:1 handler:nil];
514
}
515
0 commit comments