Skip to content

Commit

Permalink
fix fail tests, adding fr_SN to test/all-functional.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
makhtar-sarr committed Nov 5, 2023
1 parent 6f906b4 commit af50390
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/all-functional.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ const BROKEN_LOCALE_METHODS = {
person: {
prefix: ['az', 'id_ID', 'ru', 'zh_CN', 'zh_TW'],
suffix: ['az', 'it', 'mk', 'pt_PT', 'ro_MD', 'ru'],
jobArea: ['ar', 'fr', 'fr_BE', 'fr_CA', 'fr_CH', 'fr_LU'],
jobDescriptor: ['ar', 'fr', 'fr_BE', 'fr_CA', 'fr_CH', 'fr_LU'],
jobTitle: ['ar', 'fr', 'fr_BE', 'fr_CA', 'fr_CH', 'fr_LU', 'ur'],
jobArea: ['ar', 'fr', 'fr_BE', 'fr_CA', 'fr_CH', 'fr_LU', 'fr_SN'],
jobDescriptor: ['ar', 'fr', 'fr_BE', 'fr_CA', 'fr_CH', 'fr_LU', 'fr_SN'],
jobTitle: ['ar', 'fr', 'fr_BE', 'fr_CA', 'fr_CH', 'fr_LU', 'ur', 'fr_SN'],
jobType: ['ur'],
},
} satisfies {
Expand Down

0 comments on commit af50390

Please sign in to comment.