@ -19,7 +19,7 @@ pub struct PlannedEvent {
|
||||
pub planned_starting_time: String,
|
||||
max_people: i64,
|
||||
pub day: String,
|
||||
notes: Option<String>,
|
||||
pub notes: Option<String>,
|
||||
pub allow_guests: bool,
|
||||
trip_type_id: Option<i64>,
|
||||
always_show: bool,
|
||||
|
@ -48,7 +48,7 @@ mod test {
|
||||
|
||||
#[sqlx::test]
|
||||
fn test_find_true() {
|
||||
let pool = testdb!();
|
||||
let _ = testdb!();
|
||||
}
|
||||
|
||||
//TODO: write tests
|
||||
|
Reference in New Issue
Block a user