From 7500b90b22adb7a09db5be8701676ff3ddaba757 Mon Sep 17 00:00:00 2001 From: philipp Date: Fri, 29 Sep 2023 13:36:36 +0200 Subject: [PATCH] fix ci --- src/model/logbook.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/model/logbook.rs b/src/model/logbook.rs index 2097e4a..8c33a96 100644 --- a/src/model/logbook.rs +++ b/src/model/logbook.rs @@ -518,8 +518,8 @@ mod test { boat_id: 3, shipmaster: 5, shipmaster_only_steering: false, - departure: "2128-05-20 12:00".into(), - arrival: Some("2128-05-20 11:00".into()), + departure: "2128-05-20T12:00".into(), + arrival: Some("2128-05-20T11:00".into()), destination: None, distance_in_km: None, comments: None,