Skip to content

Commit 8a30fce

Browse files
committed
Update a test for recent merge.
1 parent a3b27b3 commit 8a30fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_task_pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2041,7 +2041,7 @@ def _get_id(b_completion: str = "succeeded"):
20412041
assert schd.pool.get_task_ids() == {"1/a"}
20422042

20432043
# 1/b should not be resurrected if it becomes ready
2044-
schd.pool.set_prereqs_and_outputs(['1/b'], [], ["1/a"], [1],)
2044+
schd.pool.set_prereqs_and_outputs({TaskTokens('1', 'b')}, [], ["1/a"], ["1"],)
20452045
assert log_filter(regex="1/b:expired.* already finished and completed")
20462046

20472047
# but we can still resurrect 1/b by triggering it

0 commit comments

Comments
 (0)