Skip to content

Commit

Permalink
fix: retrait du résultat avec virgule sur la 843
Browse files Browse the repository at this point in the history
  • Loading branch information
m-maillot committed Oct 23, 2024
1 parent 531af54 commit 3403dd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe("DureePreavisLicenciement", () => {
});

it("should display expected answer", () => {
expect(screen.queryAllByText(/1.5 mois/g)[0]).toBeInTheDocument();
expect(screen.queryAllByText(/1 mois et demi/g)[0]).toBeInTheDocument();

expect(
screen.queryAllByText(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,7 @@
"type": "préavis de Licenciement",
"idcc": 843,
"typeRupture": null,
"answer": "1.5 mois",
"answer": "1 mois et demi",
"answer2": null,
"answer3": "45",
"ref": "Annexe : Statut du personnel d'encadrement, article 6",
Expand Down

0 comments on commit 3403dd0

Please sign in to comment.