Skip to content

Commit

Permalink
[front-end] Fix UTs
Browse files Browse the repository at this point in the history
  • Loading branch information
rogup committed Nov 22, 2024
1 parent 5363a53 commit 4734147
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ describe("selectFilterOptions", () => {
title: "Country",
options: [
{ value: "any", label: "- any -" }, // mocked i18n returns 'any' for this translation
{ value: "GB", label: "United Kingdom" },
{ value: "FR", label: "France" },
{ value: "GB", label: "United Kingdom" },
],
value: "any",
},
Expand Down Expand Up @@ -171,8 +171,8 @@ describe("selectFilterOptions", () => {
title: "Pays",
options: [
{ value: "any", label: "- any -" },
{ value: "GB", label: "Royaume-Uni" },
{ value: "FR", label: "France" },
{ value: "GB", label: "Royaume-Uni" },
],
value: "any",
},
Expand All @@ -182,8 +182,8 @@ describe("selectFilterOptions", () => {
options: [
{ value: "any", label: "- any -" },
{ value: "ICA210", label: "Logement" },
{ value: "ICA220", label: "Transports" },
{ value: "ICA230", label: "Services publics" },
{ value: "ICA220", label: "Transports" },
],
value: "any",
},
Expand Down

0 comments on commit 4734147

Please sign in to comment.