Skip to content

Commit d1a3fa6

Browse files
committed
Make sure to use signIn within test
pod lib lint fails with a warning due to the unused variable
1 parent 96c83b6 commit d1a3fa6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

GoogleSignIn/Tests/Unit/GIDSignInTest.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,7 @@ - (void)testFreshInstall_removesKeychainEntries {
10001000
GIDSignIn *signIn = [[GIDSignIn alloc] initWithKeychainStore:_keychainStore
10011001
authStateMigrationService:_authStateMigrationService];
10021002
// If `isFreshInstall`, keychain entries should be removed.
1003+
XCTAssertNotNil(signIn);
10031004
XCTAssertTrue(self->_keychainRemoved);
10041005
}
10051006

0 commit comments

Comments
 (0)