We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c83b6 commit d1a3fa6Copy full SHA for d1a3fa6
GoogleSignIn/Tests/Unit/GIDSignInTest.m
@@ -1000,6 +1000,7 @@ - (void)testFreshInstall_removesKeychainEntries {
1000
GIDSignIn *signIn = [[GIDSignIn alloc] initWithKeychainStore:_keychainStore
1001
authStateMigrationService:_authStateMigrationService];
1002
// If `isFreshInstall`, keychain entries should be removed.
1003
+ XCTAssertNotNil(signIn);
1004
XCTAssertTrue(self->_keychainRemoved);
1005
}
1006
0 commit comments