Skip to content

Commit 9ca37ba

Browse files
committed
update test for new schedule error messaging
1 parent 4512df0 commit 9ca37ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/expedition/test_schedule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def test_get_instruments() -> None:
103103
),
104104
False,
105105
ScheduleError,
106-
"Each waypoint should be timed after all previous waypoints",
106+
"Waypoint\\(s\\) : each waypoint should be timed after all previous waypoints",
107107
id="SequentialWaypoints",
108108
),
109109
pytest.param(

0 commit comments

Comments
 (0)