Skip to content

Commit c258a51

Browse files
committed
update test with new log output
1 parent b21463d commit c258a51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/expedition/test_expedition.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
import pyproj
77
import pytest
88
import xarray as xr
9-
from parcels import FieldSet
109

10+
from parcels import FieldSet
1111
from virtualship.errors import InstrumentsConfigError, ScheduleError
1212
from virtualship.models import (
1313
Expedition,
@@ -199,7 +199,7 @@ def test_verify_on_land():
199199
]
200200
),
201201
ScheduleError,
202-
"Waypoint planning is not valid: would arrive too late at waypoint number 2...",
202+
"Waypoint planning is not valid: would arrive too late at waypoint 2\\.",
203203
id="NotEnoughTime",
204204
),
205205
],

0 commit comments

Comments
 (0)