We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe9574 commit 332313cCopy full SHA for 332313c
GoogleSignIn/Tests/Unit/GIDSignInTest.m
@@ -1219,6 +1219,7 @@ - (void)testFreshInstall_removesKeychainEntries {
1219
GIDSignIn *signIn = [[GIDSignIn alloc] initWithKeychainStore:_keychainStore
1220
authStateMigrationService:_authStateMigrationService];
1221
// If `isFreshInstall`, keychain entries should be removed.
1222
+ XCTAssertNotNil(signIn);
1223
XCTAssertTrue(self->_keychainRemoved);
1224
}
1225
0 commit comments