We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bf5d0 commit 312d506Copy full SHA for 312d506
GoogleSignIn/Tests/Unit/GIDSignInTest.m
@@ -1494,7 +1494,7 @@ - (void)OAuthLoginWithAddScopesFlow:(BOOL)addScopesFlow
1494
authorizationResponse:SAVE_TO_ARG_BLOCK(updatedAuthorizationResponse)
1495
profileData:SAVE_TO_ARG_BLOCK(profileData)];
1496
} else {
1497
- [[[_user stub] andReturn:_user] alloc];
+ [[[_user expect] andReturn:_user] alloc];
1498
(void)[[[_user expect] andReturn:_user] initWithAuthState:SAVE_TO_ARG_BLOCK(authState)
1499
1500
}
0 commit comments