diff --git a/source/règles/base.yaml b/source/règles/base.yaml index 4d4da031e..06d4d9cd9 100644 --- a/source/règles/base.yaml +++ b/source/règles/base.yaml @@ -1295,12 +1295,12 @@ situation: établissement . localisation . département: Guadeloupe contrat salarié . rémunération . net imposable: 1800 - valeur attendue: 45 + valeur attendue: 27 - nom: Guyane situation: établissement . localisation . département: Guyane contrat salarié . rémunération . net imposable: 1800 - valeur attendue: 27 + valeur attendue: 9 références: Explication de l'impôt neutre: https://www.economie.gouv.fr/prelevement-a-la-source/taux-prelevement#taux-non-personnalise @@ -2594,7 +2594,7 @@ - nom: Salaire d'un cadre situation: contrat salarié . rémunération . net imposable: 4000 - valeur attendue: 7253.26 + valeur attendue: 7162 - nom: impôt sur le revenu flexible espace: impôt diff --git a/test/indépendants.test.js b/test/indépendants.test.js index 9f347d795..c6e600a39 100644 --- a/test/indépendants.test.js +++ b/test/indépendants.test.js @@ -12,6 +12,6 @@ describe('indeps', function() { période: 'année' }) - expect(values[0]).to.be.closeTo(41634, 1) + expect(values[0]).to.be.closeTo(41725, 1) }) }) diff --git a/test/library.test.js b/test/library.test.js index f9d7ae6ea..be41ff03c 100644 --- a/test/library.test.js +++ b/test/library.test.js @@ -72,7 +72,7 @@ describe('library', function() { { extra: sasuRules } ) - expect(revenuDisponible).to.be.closeTo(2301, 1) + expect(revenuDisponible).to.be.closeTo(2309, 1) expect(dividendes).to.be.closeTo(2507, 1) })