We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8b5411 commit ea26eeaCopy full SHA for ea26eea
1 file changed
GoogleSignIn/Tests/Unit/GIDAuthStateMigrationTest.m
@@ -181,7 +181,7 @@ - (void)testMigrateIfNeeded_KeychainFailure_DataProtectedMigration {
181
callbackPath:kCallbackPath
182
keychainName:kKeychainName
183
isFreshInstall:NO];
184
- XCTAssertNotNil([_realLegacyGTMKeychainStore retrieveAuthSessionWithError:nil]);
+ XCTAssertNil([_realLegacyGTMKeychainStore retrieveAuthSessionWithError:nil]);
185
}
186
187
#else
0 commit comments