Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Oct 31, 2024
1 parent 865150b commit 8c19c14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Task/TaskRow/TaskRow.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ describe('TaskRow', () => {
startAt,
result: ResultEnum.None,
completedAt: '2021-10-20',
contacts: {
nodes: [{}],
},
},
});

Expand Down

0 comments on commit 8c19c14

Please sign in to comment.