diff options
| author | Juliette <[email protected]> | 2024-12-21 13:05:42 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-21 12:05:42 +0000 |
| commit | 69c006344b8c54a9cd5f0adc36d49c88a223de4e (patch) | |
| tree | 1dbf58dc9098a58df0289ea6fe87b11c9950544a /test | |
| parent | e0016ad187f87e97c7532cd22b730465476be668 (diff) | |
| download | faker-69c006344b8c54a9cd5f0adc36d49c88a223de4e.tar.xz faker-69c006344b8c54a9cd5f0adc36d49c88a223de4e.zip | |
fix(finance): update Discover card number format to ensure accuracy (#3336)
Co-authored-by: ST-DDT <[email protected]>
Diffstat (limited to 'test')
| -rw-r--r-- | test/modules/__snapshots__/finance.spec.ts.snap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/modules/__snapshots__/finance.spec.ts.snap b/test/modules/__snapshots__/finance.spec.ts.snap index 7d1a1f4c..7d657322 100644 --- a/test/modules/__snapshots__/finance.spec.ts.snap +++ b/test/modules/__snapshots__/finance.spec.ts.snap @@ -34,7 +34,7 @@ exports[`finance > 42 > creditCardCVV 1`] = `"397"`; exports[`finance > 42 > creditCardIssuer 1`] = `"discover"`; -exports[`finance > 42 > creditCardNumber > noArgs 1`] = `"6575-6211-0867-0982-1139"`; +exports[`finance > 42 > creditCardNumber > noArgs 1`] = `"6575-1108-6709-8211"`; exports[`finance > 42 > creditCardNumber > with issuer 1`] = `"4975110867099"`; |
