diff options
| author | DivisionByZero <[email protected]> | 2023-06-19 20:46:43 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-19 18:46:43 +0000 |
| commit | e86f3b6b2619cc7fdf28213de0e6ff676a3e2d7e (patch) | |
| tree | f1ed647218488db5e77cedff577ee3dd137270c0 /test | |
| parent | a6f5a39fff65d8923aab6db8a05a3ab79d097896 (diff) | |
| download | faker-e86f3b6b2619cc7fdf28213de0e6ff676a3e2d7e.tar.xz faker-e86f3b6b2619cc7fdf28213de0e6ff676a3e2d7e.zip | |
refactor(locale): cs_CZ state_abbr not applicable (#2140)
Diffstat (limited to 'test')
| -rw-r--r-- | test/all_functional.spec.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/all_functional.spec.ts b/test/all_functional.spec.ts index c706a0ce..ec3bcd40 100644 --- a/test/all_functional.spec.ts +++ b/test/all_functional.spec.ts @@ -30,7 +30,7 @@ const BROKEN_LOCALE_METHODS = { }, location: { state: ['az', 'nb_NO', 'ro_MD', 'sk'], - stateAbbr: ['ro_MD', 'sk'], + stateAbbr: ['cs_CZ', 'ro_MD', 'sk'], streetName: [ 'af_ZA', 'ar', |
