diff options
| author | Matt Mayer <[email protected]> | 2022-12-24 08:47:59 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-24 01:47:59 +0000 |
| commit | ce1fa2f41df18f47be422d4f8dbcaf87b7d841a3 (patch) | |
| tree | 50980e50ca70840ed2eff0dd2a42b2194e713366 /test | |
| parent | dd81fe1b22139b928dccca1fb359a8a69180a62e (diff) | |
| download | faker-ce1fa2f41df18f47be422d4f8dbcaf87b7d841a3.tar.xz faker-ce1fa2f41df18f47be422d4f8dbcaf87b7d841a3.zip | |
feat(locale): update location/country list (#1676)
Diffstat (limited to 'test')
| -rw-r--r-- | test/__snapshots__/location.spec.ts.snap | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/__snapshots__/location.spec.ts.snap b/test/__snapshots__/location.spec.ts.snap index cdb6fdb1..ffe73ffd 100644 --- a/test/__snapshots__/location.spec.ts.snap +++ b/test/__snapshots__/location.spec.ts.snap @@ -12,7 +12,7 @@ exports[`location > 42 > city 1`] = `"Port Valentine"`; exports[`location > 42 > cityName 1`] = `"Hamilton"`; -exports[`location > 42 > country 1`] = `"Haiti"`; +exports[`location > 42 > country 1`] = `"Guinea"`; exports[`location > 42 > countryCode > noArgs 1`] = `"GY"`; @@ -168,7 +168,7 @@ exports[`location > 1337 > city 1`] = `"New Carmella"`; exports[`location > 1337 > cityName 1`] = `"East Hartford"`; -exports[`location > 1337 > country 1`] = `"Equatorial Guinea"`; +exports[`location > 1337 > country 1`] = `"Egypt"`; exports[`location > 1337 > countryCode > noArgs 1`] = `"EH"`; |
