Skip to content

Commit

Permalink
fix: test subcontracted activity adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianavillar committed May 9, 2024
1 parent 66310e2 commit eb61559
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('SubcontractedActivitiesListAdapter', () => {
key: subcontractedActivity.id,
id: subcontractedActivity.id,
month: subcontractedActivity.month,
duration: subcontractedActivity.duration,
duration: subcontractedActivity.duration + 'h',
organization: organization.name,
project: project.name,
role: projectRole.name,
Expand Down

0 comments on commit eb61559

Please sign in to comment.