add final tests for trip.rs

This commit is contained in:
2023-04-28 18:18:00 +02:00
parent 38732df6c8
commit 4d532e5846
3 changed files with 50 additions and 3 deletions

View File

@ -78,6 +78,7 @@ impl UserTrip {
}
}
#[derive(Debug)]
pub enum UserTripError {
AlreadyRegistered,
AlreadyRegisteredAsCox,