aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDivisionByZero <[email protected]>2023-03-17 23:19:29 +0100
committerGitHub <[email protected]>2023-03-17 22:19:29 +0000
commitf6c8ca36b4e288697ae87a8bbdd027cd34947875 (patch)
treea4df54c2d9080c569722c359276e7ac50740262b /test
parent085562f6ff38dc576b40555b89700d3761455168 (diff)
downloadfaker-f6c8ca36b4e288697ae87a8bbdd027cd34947875.tar.xz
faker-f6c8ca36b4e288697ae87a8bbdd027cd34947875.zip
feat(locale): add `state` and `state_abbr` to `cz` (#1847)
Diffstat (limited to 'test')
-rw-r--r--test/all_functional.spec.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/all_functional.spec.ts b/test/all_functional.spec.ts
index a938b61c..542b01ee 100644
--- a/test/all_functional.spec.ts
+++ b/test/all_functional.spec.ts
@@ -28,8 +28,8 @@ const BROKEN_LOCALE_METHODS = {
companySuffix: ['az'],
},
location: {
- state: ['az', 'cz', 'nb_NO', 'sk'],
- stateAbbr: ['cz', 'sk'],
+ state: ['az', 'nb_NO', 'sk'],
+ stateAbbr: ['sk'],
},
random: {
locale: '*', // locale() has been pseudo removed