Skip to content

Commit

Permalink
add completionStatus field to testCooperationData object
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowOfTheSpace committed Dec 19, 2024
1 parent 0cb4290 commit 4aaa3d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/integration/controllers/cooperation.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ const testCooperationData = {
resourceType: RESOURCES_TYPES_ENUM[0]
},
resourceType: RESOURCES_TYPES_ENUM[0],
availability: { status: 'openFrom', date: '2024-12-13T22:00:00.000Z' }
availability: { status: 'openFrom', date: '2024-12-13T22:00:00.000Z' },
completionStatus: RESOURCE_COMPLETION_STATUS_ENUM[0]
}
]
}
Expand Down

0 comments on commit 4aaa3d2

Please sign in to comment.