| Index: components/autofill/core/browser/validation_unittest.cc
|
| diff --git a/components/autofill/core/browser/validation_unittest.cc b/components/autofill/core/browser/validation_unittest.cc
|
| index 11dc379d7f93b5183f55cf25e513f353b0e4aa51..9f8840dcdadbb425a21947eb1bb85b481797e19b 100644
|
| --- a/components/autofill/core/browser/validation_unittest.cc
|
| +++ b/components/autofill/core/browser/validation_unittest.cc
|
| @@ -44,9 +44,7 @@ const char* const kValidNumbers[] = {
|
| "4222-2222-2222-2",
|
| "5019717010103742",
|
| "6331101999990016",
|
| -
|
| - // A UnionPay card that doesn't pass the Luhn checksum
|
| - "6200000000000000",
|
| + "6247130048162403",
|
| };
|
| const char* const kInvalidNumbers[] = {
|
| "4111 1111 112", /* too short */
|
|
|