Skip to content

Commit cd754d6

Browse files
committed
Updated comments in GIDSignInTest.m
1 parent 8753da6 commit cd754d6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

GoogleSignIn/Tests/Unit/GIDSignInTest.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,6 @@ - (void)testAddScopes_WithPreviouslyRequestedClaims {
928928
id profile = OCMStrictClassMock([GIDProfileData class]);
929929
OCMStub([profile email]).andReturn(kUserEmail);
930930

931-
// Mock for the method `addScopes`.
932931
GIDConfiguration *configuration = [[GIDConfiguration alloc] initWithClientID:kClientId
933932
serverClientID:nil
934933
hostedDomain:nil

0 commit comments

Comments
 (0)