Explorar el Código

Fix GIDKeychainHelperFake to actually create backing passwordStore

Matt Mathias hace 1 año
padre
commit
4150630cb5

+ 1 - 0
GoogleSignIn/Tests/Unit/GIDAuthorizationTests/GIDKeychainHelperFake.m

@@ -29,6 +29,7 @@ static NSString *const kAccountName = @"OAuthTest";
   if (self) {
   if (self) {
     _keychainAttributes = keychainAttributes;
     _keychainAttributes = keychainAttributes;
     _accountName = kAccountName;
     _accountName = kAccountName;
+    _passwordStore = [NSMutableDictionary dictionary];
   }
   }
   return self;
   return self;
 }
 }