| Index: ios/chrome/browser/ui/payments/payment_request_coordinator_unittest.mm
|
| diff --git a/ios/chrome/browser/ui/payments/payment_request_coordinator_unittest.mm b/ios/chrome/browser/ui/payments/payment_request_coordinator_unittest.mm
|
| index 7723af8139620bad8e627c75662187e944a00ae3..308662a9b49788b9a9c31d065e22afadedc88ec1 100644
|
| --- a/ios/chrome/browser/ui/payments/payment_request_coordinator_unittest.mm
|
| +++ b/ios/chrome/browser/ui/payments/payment_request_coordinator_unittest.mm
|
| @@ -132,9 +132,9 @@ TEST_F(PaymentRequestCoordinatorTest, StartAndStop) {
|
| EXPECT_EQ(nil, base_view_controller.presentedViewController);
|
| }
|
|
|
| -// Tests that calling the card unmasking delegate method which notifies the
|
| -// coordinator about successful unmasking of a credit card invokes the
|
| -// appropriate coordinator delegate method with the expected information.
|
| +// Tests that calling the FullCardRequesterConsumer delegate method which
|
| +// notifies the coordinator about successful unmasking of a credit card invokes
|
| +// the appropriate coordinator delegate method with the expected information.
|
| TEST_F(PaymentRequestCoordinatorTest, FullCardRequestDidSucceed) {
|
| UIViewController* base_view_controller = [[UIViewController alloc] init];
|
| ScopedKeyWindow scoped_key_window_;
|
|
|