Skip to content

Commit ea26eea

Browse files
committed
update test
1 parent e8b5411 commit ea26eea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GoogleSignIn/Tests/Unit/GIDAuthStateMigrationTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ - (void)testMigrateIfNeeded_KeychainFailure_DataProtectedMigration {
181181
callbackPath:kCallbackPath
182182
keychainName:kKeychainName
183183
isFreshInstall:NO];
184-
XCTAssertNotNil([_realLegacyGTMKeychainStore retrieveAuthSessionWithError:nil]);
184+
XCTAssertNil([_realLegacyGTMKeychainStore retrieveAuthSessionWithError:nil]);
185185
}
186186

187187
#else

0 commit comments

Comments
 (0)