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

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

Issue 2701923003: [Payment Request] Error message screen (Closed)
Patch Set: Addressed comments 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 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();

Powered by Google App Engine
This is Rietveld 408576698