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

Unified Diff: components/payments/content/payment_request_state_unittest.cc

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/content/payment_request_state.cc ('k') | components/payments/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/content/payment_request_state_unittest.cc
diff --git a/components/payments/content/payment_request_state_unittest.cc b/components/payments/content/payment_request_state_unittest.cc
index 672c9f5a70764c175bc4dcb1e02dbe75c639f3cc..6497a6c031b30b6cc9d32e7aedb81aeb4f8b7144 100644
--- a/components/payments/content/payment_request_state_unittest.cc
+++ b/components/payments/content/payment_request_state_unittest.cc
@@ -324,7 +324,7 @@ TEST_F(PaymentRequestStateTest, GeneratePaymentResponse_SupportedMethod) {
"\"cardSecurityCode\":\"123\","
"\"cardholderName\":\"Test User\","
"\"expiryMonth\":\"11\","
- "\"expiryYear\":\"2017\"}",
+ "\"expiryYear\":\"2022\"}",
response()->stringified_details);
}
@@ -361,7 +361,7 @@ TEST_F(PaymentRequestStateTest, GeneratePaymentResponse_BasicCard) {
"\"cardSecurityCode\":\"123\","
"\"cardholderName\":\"Test User\","
"\"expiryMonth\":\"11\","
- "\"expiryYear\":\"2017\"}",
+ "\"expiryYear\":\"2022\"}",
response()->stringified_details);
}
« no previous file with comments | « components/payments/content/payment_request_state.cc ('k') | components/payments/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698