Skip to content

Commit

Permalink
refactor(locale): cs_CZ state_abbr not applicable (#2140)
Browse files Browse the repository at this point in the history
  • Loading branch information
xDivisionByZerox authored Jun 19, 2023
1 parent a6f5a39 commit e86f3b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions src/locales/cs_CZ/location/state_abbr.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
import states from './state';

// at the time of adding this I was not able to find
// any information on the existance of state abbreviations
export default states;
export default null;
2 changes: 1 addition & 1 deletion test/all_functional.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e86f3b6

Please sign in to comment.