diff options
| author | Matt Mayer <[email protected]> | 2023-09-02 01:43:15 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-01 18:43:15 +0000 |
| commit | 6bb4775747288130c1bbca5fe02eccc549465682 (patch) | |
| tree | 2fdf4d8c7bec27e6cc547394bca1d977b6f053bc /test | |
| parent | 8e5bc222c67cad38fd406823f5aade91a409e12a (diff) | |
| download | faker-6bb4775747288130c1bbca5fe02eccc549465682.tar.xz faker-6bb4775747288130c1bbca5fe02eccc549465682.zip | |
feat(location): update en county list (#2238)
Diffstat (limited to 'test')
| -rw-r--r-- | test/modules/__snapshots__/location.spec.ts.snap | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/modules/__snapshots__/location.spec.ts.snap b/test/modules/__snapshots__/location.spec.ts.snap index 58600952..6d693c9c 100644 --- a/test/modules/__snapshots__/location.spec.ts.snap +++ b/test/modules/__snapshots__/location.spec.ts.snap @@ -20,7 +20,7 @@ exports[`location > 42 > countryCode > with alphaCode option 1`] = `"GUY"`; exports[`location > 42 > countryCode > with string 1`] = `"GY"`; -exports[`location > 42 > county 1`] = `"Berkshire"`; +exports[`location > 42 > county 1`] = `"Borders"`; exports[`location > 42 > direction > noArgs 1`] = `"South"`; @@ -172,7 +172,7 @@ exports[`location > 1211 > countryCode > with alphaCode option 1`] = `"UMI"`; exports[`location > 1211 > countryCode > with string 1`] = `"UM"`; -exports[`location > 1211 > county 1`] = `"Cambridgeshire"`; +exports[`location > 1211 > county 1`] = `"Tyne and Wear"`; exports[`location > 1211 > direction > noArgs 1`] = `"Southwest"`; @@ -324,7 +324,7 @@ exports[`location > 1337 > countryCode > with alphaCode option 1`] = `"ESH"`; exports[`location > 1337 > countryCode > with string 1`] = `"EH"`; -exports[`location > 1337 > county 1`] = `"Bedfordshire"`; +exports[`location > 1337 > county 1`] = `"Morgan County"`; exports[`location > 1337 > direction > noArgs 1`] = `"South"`; |
