From 2a1ed2f756154c023229a3bf1b3645916bf87a81 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Mon, 23 Mar 2020 17:47:32 +0100 Subject: [PATCH] :white_check_mark: corrige les tests --- publicode/rules/salarié.yaml | 4 ++-- test/bug-cotisations.test.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/publicode/rules/salarié.yaml b/publicode/rules/salarié.yaml index e83e8e8a3..9c7fe54a3 100644 --- a/publicode/rules/salarié.yaml +++ b/publicode/rules/salarié.yaml @@ -321,7 +321,7 @@ contrat salarié . activité partielle . indemnités . conventionnelle: assiette: rémunération . assiette congés payés tranches: - montant: 95% - 70% - plafond: 2000€ + plafond: 2000 €/mois - montant: 80% - 70% plafond: plafond sécurité sociale temps plein - montant: 75% - 70% @@ -2501,7 +2501,7 @@ contrat salarié . complémentaire santé . part salarié: contrat salarié . complémentaire santé . forfait: titre: Forfait de complémentaire santé entreprise - unité par défaut: €/mois + unité: €/mois description: >- L'employeur a l'obligation de proposer une offre de complémentaire santé. Il doit prendre à sa charge au moins la moitié de son coût. diff --git a/test/bug-cotisations.test.js b/test/bug-cotisations.test.js index 72c5963a3..422838396 100644 --- a/test/bug-cotisations.test.js +++ b/test/bug-cotisations.test.js @@ -72,7 +72,7 @@ describe('bug-analyse-many', function() { 'contrat salarié . temps partiel': 'non', 'établissement . localisation': {}, 'contrat salarié . complémentaire santé . part employeur': 50, - 'contrat salarié . complémentaire santé . forfait . en france': 50, + 'contrat salarié . complémentaire santé . forfait': 50, 'entreprise . effectif': 1, 'entreprise . association non lucrative': 'non' }[dottedName])