diff options
| author | ST-DDT <[email protected]> | 2024-12-11 20:40:15 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-11 20:40:15 +0100 |
| commit | 5ec4a6c9ddc037ae189ee93f339fa52065ac2a26 (patch) | |
| tree | e0f790194ed26dd11648fd4faefe14176228b91d /test | |
| parent | 4b4bac373c0cf22efff343261c6e9abe458f5ccd (diff) | |
| download | faker-5ec4a6c9ddc037ae189ee93f339fa52065ac2a26.tar.xz faker-5ec4a6c9ddc037ae189ee93f339fa52065ac2a26.zip | |
feat(finance): use fake patterns for transactionDescription (#3202)
Diffstat (limited to 'test')
| -rw-r--r-- | test/modules/__snapshots__/finance.spec.ts.snap | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/modules/__snapshots__/finance.spec.ts.snap b/test/modules/__snapshots__/finance.spec.ts.snap index 5ac691cf..7d1a1f4c 100644 --- a/test/modules/__snapshots__/finance.spec.ts.snap +++ b/test/modules/__snapshots__/finance.spec.ts.snap @@ -84,7 +84,7 @@ exports[`finance > 42 > pin > with length option 1`] = `"3975110867"`; exports[`finance > 42 > routingNumber 1`] = `"397511082"`; -exports[`finance > 42 > transactionDescription 1`] = `"deposit transaction at Reynolds, Miller and Crist using card ending with ************4719 for LYD 374.54 in account ***08670982"`; +exports[`finance > 42 > transactionDescription 1`] = `"You made a withdrawal of SAR 598.66 at Crist - Beer using card ending in ****8670 from account ***9821."`; exports[`finance > 42 > transactionType 1`] = `"invoice"`; @@ -172,7 +172,7 @@ exports[`finance > 1211 > pin > with length option 1`] = `"9829667368"`; exports[`finance > 1211 > routingNumber 1`] = `"982966738"`; -exports[`finance > 1211 > transactionDescription 1`] = `"payment transaction at Fahey, Zieme and Osinski using card ending with ***************2758 for HNL 928.52 in account ***73687684"`; +exports[`finance > 1211 > transactionDescription 1`] = `"withdrawal transaction at Zieme - Osinski using card ending with ****6736 for SZL 768.50 in account ***6848."`; exports[`finance > 1211 > transactionType 1`] = `"withdrawal"`; @@ -260,6 +260,6 @@ exports[`finance > 1337 > pin > with length option 1`] = `"2124352971"`; exports[`finance > 1337 > routingNumber 1`] = `"212435298"`; -exports[`finance > 1337 > transactionDescription 1`] = `"invoice transaction at Gottlieb - Koelpin using card ending with *********6413 for JMD 262.02 in account ***52971361"`; +exports[`finance > 1337 > transactionDescription 1`] = `"Payment of CAD 278.12 for invoice at Leannon - Gibson, processed with card ending ****9713 linked to account ***6194."`; exports[`finance > 1337 > transactionType 1`] = `"invoice"`; |
