Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
anis committed Sep 12, 2024
1 parent b4bbb39 commit dd5fa18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ describe('vérifie l’arbre d’octroi d’AXM', () => {
'RENDRE_AVIS_DREAL',
'FAIRE_CLASSEMENT_SANS_SUITE',
'DEMANDER_INFORMATION_POUR_AVIS_DREAL',
'FAIRE_DESISTEMENT_DEMANDEUR'
'FAIRE_DESISTEMENT_DEMANDEUR',
])
expect(service).canOnlyTransitionTo({ machine: axmOctMachine, date: toCaminoDate('2022-05-17') }, [
'FAIRE_CLASSEMENT_SANS_SUITE',
Expand Down

0 comments on commit dd5fa18

Please sign in to comment.