Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1919)

Unified Diff: ios/chrome/browser/payments/payment_items_display_coordinator_unittest.mm

Issue 2701923003: [Payment Request] Error message screen (Closed)
Patch Set: rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 e719300f589e1598a85ce9e11e453a70ed1ffa35..3f4d7fbbd0dabc69f68b210cfc05b3e12f3870a8 100644
--- a/ios/chrome/browser/payments/payment_items_display_coordinator_unittest.mm
+++ b/ios/chrome/browser/payments/payment_items_display_coordinator_unittest.mm
@@ -55,7 +55,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();

Powered by Google App Engine
This is Rietveld 408576698