Skip to content

Commit

Permalink
test(server): fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Falinor committed Aug 12, 2024
1 parent 52acb08 commit 26bf440
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,10 @@ describe('Housing processor', () => {
category: 'Followup',
section: 'Situation',
conflict: false,
old: housing,
old: { ...housing, occupancy: OccupancyKindApi.Unknown },
new: {
...housing,
occupancy: OccupancyKindApi.Unknown,
status: HousingStatusApi.Completed,
subStatus: 'Sortie de la vacance'
},
Expand Down

0 comments on commit 26bf440

Please sign in to comment.