Skip to content

Commit

Permalink
ajout de lint manuel
Browse files Browse the repository at this point in the history
  • Loading branch information
jenovateurs committed Feb 3, 2025
1 parent b87bea5 commit abc7e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/student.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ context("Full simulation", () => {
foyer.fill__situation("separes")
foyer.fill_bourse_criteres_sociaux_nombre_enfants_a_charge(1)
foyer.fill_bourse_criteres_sociaux_nombre_enfants_a_charge_dans_enseignement_superieur(
1,
1
)

logement.fill__logementType("locataire")
Expand All @@ -39,7 +39,7 @@ context("Full simulation", () => {
logement.fill__en_france(true)
logement.fill_depcom(
"75001",
"_bourseCriteresSociauxCommuneDomicileFamilial",
"_bourseCriteresSociauxCommuneDomicileFamilial"
)
logement.fill__nombreMoisEntreeLogement(-2)

Expand Down

0 comments on commit abc7e74

Please sign in to comment.