We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8753da6 commit cd754d6Copy full SHA for cd754d6
1 file changed
GoogleSignIn/Tests/Unit/GIDSignInTest.m
@@ -928,7 +928,6 @@ - (void)testAddScopes_WithPreviouslyRequestedClaims {
928
id profile = OCMStrictClassMock([GIDProfileData class]);
929
OCMStub([profile email]).andReturn(kUserEmail);
930
931
- // Mock for the method `addScopes`.
932
GIDConfiguration *configuration = [[GIDConfiguration alloc] initWithClientID:kClientId
933
serverClientID:nil
934
hostedDomain:nil
0 commit comments