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

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

Issue 2805263003: [Payments] Selecting incomplete items will open editors (Closed)
Patch Set: fix ios test for realz Created 3 years, 8 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
« no previous file with comments | « components/payments/core/payment_request_data_util_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/payments/payment_request_coordinator_unittest.mm
diff --git a/ios/chrome/browser/payments/payment_request_coordinator_unittest.mm b/ios/chrome/browser/payments/payment_request_coordinator_unittest.mm
index 861432e86a75da71410707bd15e960666b03a74f..afc4e10b2b550785d075cbc61d535f340084dfe3 100644
--- a/ios/chrome/browser/payments/payment_request_coordinator_unittest.mm
+++ b/ios/chrome/browser/payments/payment_request_coordinator_unittest.mm
@@ -158,7 +158,7 @@ TEST_F(PaymentRequestCoordinatorTest, FullCardRequestDidSucceed) {
paymentResponse.details.cardholder_name);
EXPECT_EQ(base::ASCIIToUTF16("11"),
paymentResponse.details.expiry_month);
- EXPECT_EQ(base::ASCIIToUTF16("2017"),
+ EXPECT_EQ(base::ASCIIToUTF16("2022"),
paymentResponse.details.expiry_year);
EXPECT_EQ(base::ASCIIToUTF16("123"),
paymentResponse.details.card_security_code);
« no previous file with comments | « components/payments/core/payment_request_data_util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698