Przeglądaj źródła

Uncommented the existing verification line.

henryhl22321 2 lat temu
rodzic
commit
0ae1e7fc46
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      GoogleSignIn/Tests/Unit/GIDSignInTest.m

+ 1 - 1
GoogleSignIn/Tests/Unit/GIDSignInTest.m

@@ -309,7 +309,7 @@ static NSString *const kNewScope = @"newScope";
   OCMVerifyAll(_tokenResponse);
   OCMVerifyAll(_tokenRequest);
   OCMVerifyAll(_user);
-//  OCMVerifyAll(_oidAuthorizationService);
+  OCMVerifyAll(_oidAuthorizationService);
 
 #if TARGET_OS_IOS || TARGET_OS_MACCATALYST
   OCMVerifyAll(_presentingViewController);