This commit is contained in:
philipp 2023-09-29 13:36:36 +02:00
parent 1b001ab49b
commit 68cb4a5b8f

View File

@ -518,8 +518,8 @@ mod test {
boat_id: 3, boat_id: 3,
shipmaster: 5, shipmaster: 5,
shipmaster_only_steering: false, shipmaster_only_steering: false,
departure: "2128-05-20 12:00".into(), departure: "2128-05-20T12:00".into(),
arrival: Some("2128-05-20 11:00".into()), arrival: Some("2128-05-20T11:00".into()),
destination: None, destination: None,
distance_in_km: None, distance_in_km: None,
comments: None, comments: None,