Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksTeresh committed Dec 12, 2024
1 parent 4772972 commit 58a9e35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/server/routes/departmentAdmin.integration-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ describe('department-admins router', () => {
COMPLETED: 0,
CANCELLED: 0,
},
startedWithinHalfYearCount: 0,
},
])
})
Expand Down Expand Up @@ -427,4 +428,4 @@ describe('department-admins router', () => {
})

})
})
})

0 comments on commit 58a9e35

Please sign in to comment.