We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
additionalParameters
1 parent f5aa90b commit 864ae2dCopy full SHA for 864ae2d
1 file changed
GoogleSignIn/Tests/Unit/GIDSignInTest.m
@@ -310,6 +310,7 @@ - (void)setUp {
310
OCMStub([_authState alloc]).andReturn(_authState);
311
OCMStub([_authState initWithAuthorizationResponse:OCMOCK_ANY]).andReturn(_authState);
312
_tokenResponse = OCMStrictClassMock([OIDTokenResponse class]);
313
+ OCMStub([_tokenResponse additionalParameters]).andReturn(@{});
314
_tokenRequest = OCMStrictClassMock([OIDTokenRequest class]);
315
_authorization = OCMStrictClassMock([GTMAuthSession class]);
316
_keychainStore = OCMStrictClassMock([GTMKeychainStore class]);
0 commit comments