| Index: ios/chrome/browser/passwords/password_controller_unittest.mm
|
| diff --git a/ios/chrome/browser/passwords/password_controller_unittest.mm b/ios/chrome/browser/passwords/password_controller_unittest.mm
|
| index 06f7b8d6004b130465bc751214dad3e69260d83a..d0cbae014b79e91bbe158f24677e16cf7e5ad2bb 100644
|
| --- a/ios/chrome/browser/passwords/password_controller_unittest.mm
|
| +++ b/ios/chrome/browser/passwords/password_controller_unittest.mm
|
| @@ -211,7 +211,7 @@ class PasswordControllerTest : public web::WebTestWithWebState {
|
| __block int failure_count = 0;
|
| void (^fail_invocation)(NSInvocation*) = ^(NSInvocation* invocation) {
|
| if (failure_count >= target_failure_count) {
|
| - [failing_manager stop];
|
| + [failing_manager stopMocking];
|
| [invocation invokeWithTarget:original_manager];
|
| } else {
|
| ++failure_count;
|
|
|