Skip to content

Commit b459da2

Browse files
authored
Update tests/unit/test_taskdef.py [skip ci]
1 parent fd12a77 commit b459da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_taskdef.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def test_generate_graph_parents_2(tmp_flow_config):
118118
param(
119119
'multiple_pre',
120120
IntegerPoint("2"),
121-
['2/food', '2/fool', '2/foolhardy'],
121+
['2/food', '2/fool', '2/foolhardy', '2/foolish'],
122122
id='it.gets-multiple-prerequisites',
123123
),
124124
param(

0 commit comments

Comments
 (0)