| Index: ios/chrome/browser/passwords/password_generation_agent_unittest.mm
|
| diff --git a/ios/chrome/browser/passwords/password_generation_agent_unittest.mm b/ios/chrome/browser/passwords/password_generation_agent_unittest.mm
|
| index 1c4757732c401450b174181a3ca7488ab939fa03..5060bc491c443922b527de3ea2b2205437d4ad0a 100644
|
| --- a/ios/chrome/browser/passwords/password_generation_agent_unittest.mm
|
| +++ b/ios/chrome/browser/passwords/password_generation_agent_unittest.mm
|
| @@ -435,7 +435,7 @@ TEST_F(PasswordGenerationAgentTest,
|
| @"focus");
|
|
|
| EXPECT_OCMOCK_VERIFY(mock);
|
| - [mock stop];
|
| + [mock stopMocking];
|
| }
|
|
|
| // Tests that requesting password generation shows the alert UI.
|
| @@ -451,7 +451,7 @@ TEST_F(PasswordGenerationAgentTest, ShouldShowAlertWhenGenerationRequested) {
|
| EXPECT_EQ(YES, mock_ui_delegate().UIShown);
|
|
|
| EXPECT_OCMOCK_VERIFY(mock);
|
| - [mock stop];
|
| + [mock stopMocking];
|
| }
|
|
|
| // Tests that the password generation UI is hidden when the user changes focus
|
| @@ -468,7 +468,7 @@ TEST_F(PasswordGenerationAgentTest,
|
| SimulateFormActivity(kAccountCreationFormName, kEmailFieldName, @"focus");
|
|
|
| EXPECT_OCMOCK_VERIFY(mock);
|
| - [mock stop];
|
| + [mock stopMocking];
|
| }
|
|
|
| // Tests that the password field is filled when the user accepts a generated
|
|
|