Skip to content

Commit 8a3cd72

Browse files
committed
added task-list test
1 parent 5280daa commit 8a3cd72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/tasks.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ describe("Tasks", function () {
158158
expect(res.body).to.be.a("object");
159159
expect(res.body.message).to.equal("Tasks returned successfully!");
160160
expect(res.body.tasks).to.be.a("array");
161+
expect(res.body.tasks[0].dependsOn).to.be.a("array");
161162
const taskWithParticipants = res.body.tasks[0];
162163

163164
if (taskWithParticipants.type === "group") {

0 commit comments

Comments
 (0)