We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b21463d commit c258a51Copy full SHA for c258a51
1 file changed
tests/expedition/test_expedition.py
@@ -6,8 +6,8 @@
6
import pyproj
7
import pytest
8
import xarray as xr
9
-from parcels import FieldSet
10
+from parcels import FieldSet
11
from virtualship.errors import InstrumentsConfigError, ScheduleError
12
from virtualship.models import (
13
Expedition,
@@ -199,7 +199,7 @@ def test_verify_on_land():
199
]
200
),
201
ScheduleError,
202
- "Waypoint planning is not valid: would arrive too late at waypoint number 2...",
+ "Waypoint planning is not valid: would arrive too late at waypoint 2\\.",
203
id="NotEnoughTime",
204
205
],
0 commit comments