Skip to content

Commit

Permalink
Improve comment in test code for dependency handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Martchus committed Nov 16, 2023
1 parent ba9ced2 commit ea9bf5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/05-scheduler-dependencies.t
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ subtest 'clone chained child with siblings; then clone chained parent' =>
# |- C
# \- D

# B failed, auto clone it
# auto duplicate the incomplete job B
my $jobBc = $jobB->auto_duplicate({dup_type_auto => 1});
ok($jobBc, 'jobB duplicated');

Expand Down

0 comments on commit ea9bf5c

Please sign in to comment.