ソースを参照

Fix GIDKeychainHelperFake to actually create backing passwordStore

Matt Mathias 11 ヶ月 前
コミット
4150630cb5

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

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