From f6c8ca36b4e288697ae87a8bbdd027cd34947875 Mon Sep 17 00:00:00 2001 From: DivisionByZero Date: Fri, 17 Mar 2023 23:19:29 +0100 Subject: feat(locale): add `state` and `state_abbr` to `cz` (#1847) --- test/all_functional.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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 -- cgit v1.2.3