Skip to content

Commit

Permalink
fix unit test DAGWalkHelperTest
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyu10 committed Feb 21, 2024
1 parent ae50ec2 commit 8d26822
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class DAGWalkHelperTest extends Specification {

def "task status of parent task should be correct"() {
given:
ForeachTask baseTask = new ForeachTask('base_1', TaskCategory.FOREACH.getValue(), null, null, null, null, null, null, null, null, null, false, null, null)
ForeachTask baseTask = new ForeachTask('base_1', TaskCategory.FOREACH.getValue(), null, null, null, null, null, null, null, null, null, false, null, null, null)

TaskInfo parentTask = new TaskInfo(name: 'parent',
task: baseTask,
Expand Down

0 comments on commit 8d26822

Please sign in to comment.