| Index: ios/chrome/browser/payments/payment_items_display_coordinator_unittest.mm
|
| diff --git a/ios/chrome/browser/payments/payment_items_display_coordinator_unittest.mm b/ios/chrome/browser/payments/payment_items_display_coordinator_unittest.mm
|
| index 127361f5a12a27b6b58a6a01ac8f3858fd8b9efd..aa731076e27114b863a88bdc1afefae0a9baf8c0 100644
|
| --- a/ios/chrome/browser/payments/payment_items_display_coordinator_unittest.mm
|
| +++ b/ios/chrome/browser/payments/payment_items_display_coordinator_unittest.mm
|
| @@ -52,7 +52,7 @@ TEST(PaymentItemsDisplayCoordinatorTest, StartAndStop) {
|
|
|
| // Tests that calling the view controller delegate method which notifies the
|
| // coordinator that the user has confirmed the payment request invokes the
|
| -// the corresponding coordinator delegate method.
|
| +// corresponding coordinator delegate method.
|
| TEST(PaymentItemsDisplayCoordinatorTest, DidConfirm) {
|
| std::unique_ptr<PaymentRequest> payment_request =
|
| payment_request_test_util::CreateTestPaymentRequest();
|
|
|