Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexd-bes committed Jun 21, 2024
1 parent fa82eb7 commit 0e566d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ describe('Permissions checker for CreateTask', async () => {

const BASE_TASK = {
assignee_id: assignee.id,
repeat_schedule: '{}',
repeat_schedule: null,
due_date: new Date('2021-12-31'),
status: 'to_do',
};
Expand Down

0 comments on commit 0e566d3

Please sign in to comment.