Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tpaviot committed Jan 31, 2024
1 parent d45c14d commit 247f8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_optional_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ def test_get_scheduled_tasks() -> None:
assert "task3" in scheduled_tasks_dictionary


def test_get_scheduled_tasks() -> None:
def test_for_schedule_non_optional_tasks() -> None:
pb = ps.SchedulingProblem(name="ForceScheduleNonOptionalTask", horizon=14)
task_1 = ps.FixedDurationTask(name="task1", duration=10)
with pytest.raises(TypeError):
Expand Down

0 comments on commit 247f8a5

Please sign in to comment.