We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c052b3f commit 080e0b7Copy full SHA for 080e0b7
test/test_solver.py
@@ -144,7 +144,7 @@ def test_schedule_single_task_single_resource_metadata() -> None:
144
# task should have been scheduled with start at 0
145
# and end at 2
146
task_solution = solution.tasks[task.name]
147
- resource_solution = solution.resources[resource.name]
+ resource_solution = solution.resources[worker.name]
148
149
assert task_solution.start == 0
150
assert task_solution.end == 7
0 commit comments