From a2b0146d6d6c4ddee3086a8bace6dc576cc12720 Mon Sep 17 00:00:00 2001 From: philipp Date: Wed, 24 Apr 2024 11:57:26 +0200 Subject: [PATCH] fix ci --- src/model/boat.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/model/boat.rs b/src/model/boat.rs index 702aed8..5860d32 100644 --- a/src/model/boat.rs +++ b/src/model/boat.rs @@ -428,6 +428,7 @@ mod test { year_built: None, boatbuilder: "Best Boatbuilder".into(), default_shipmaster_only_steering: true, + convert_handoperated_possible: false, skull: true, external: false, location_id: Some(1), @@ -453,6 +454,7 @@ mod test { year_built: None, boatbuilder: "Best Boatbuilder".into(), default_shipmaster_only_steering: true, + convert_handoperated_possible: false, skull: true, external: false, location_id: Some(1), @@ -555,6 +557,7 @@ mod test { year_built: None, boatbuilder: None, default_shipmaster_only_steering: false, + convert_handoperated_possible: false, skull: true, external: false, location_id: 1, @@ -578,6 +581,7 @@ mod test { year_built: None, boatbuilder: None, default_shipmaster_only_steering: false, + convert_handoperated_possible: false, skull: true, external: false, location_id: 999,