diff options
| author | Matt Mayer <[email protected]> | 2022-12-24 03:17:56 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-23 20:17:56 +0000 |
| commit | dd81fe1b22139b928dccca1fb359a8a69180a62e (patch) | |
| tree | 9048f7d9b0b1062be0079f0ad759f27a0615bff1 /test | |
| parent | 75a31f620c880413c05f012f1924b2ad89fb950c (diff) | |
| download | faker-dd81fe1b22139b928dccca1fb359a8a69180a62e.tar.xz faker-dd81fe1b22139b928dccca1fb359a8a69180a62e.zip | |
fix(location): use IANA standard for timezone (#1678)
Diffstat (limited to 'test')
| -rw-r--r-- | test/__snapshots__/location.spec.ts.snap | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/__snapshots__/location.spec.ts.snap b/test/__snapshots__/location.spec.ts.snap index 41e9f8c0..cdb6fdb1 100644 --- a/test/__snapshots__/location.spec.ts.snap +++ b/test/__snapshots__/location.spec.ts.snap @@ -68,7 +68,7 @@ exports[`location > 42 > streetAddress > with useFullAddress = true 1`] = `"7917 exports[`location > 42 > streetName 1`] = `"b"`; -exports[`location > 42 > timeZone 1`] = `"Europe/Brussels"`; +exports[`location > 42 > timeZone 1`] = `"America/North_Dakota/New_Salem"`; exports[`location > 42 > zipCode > noArgs 1`] = `"79177"`; @@ -146,7 +146,7 @@ exports[`location > 1211 > streetAddress > with useFullAddress = true 1`] = `"48 exports[`location > 1211 > streetName 1`] = `"c"`; -exports[`location > 1211 > timeZone 1`] = `"Asia/Magadan"`; +exports[`location > 1211 > timeZone 1`] = `"Pacific/Fiji"`; exports[`location > 1211 > zipCode > noArgs 1`] = `"48721-9061"`; @@ -224,7 +224,7 @@ exports[`location > 1337 > streetAddress > with useFullAddress = true 1`] = `"51 exports[`location > 1337 > streetName 1`] = `"a"`; -exports[`location > 1337 > timeZone 1`] = `"Europe/London"`; +exports[`location > 1337 > timeZone 1`] = `"America/Guatemala"`; exports[`location > 1337 > zipCode > noArgs 1`] = `"51225"`; |
