This commit is contained in:
philipp 2023-10-24 14:56:59 +02:00
parent 13f67cf24d
commit 816425c158

View File

@ -418,7 +418,7 @@ mod test {
skull: true, skull: true,
external: false, external: false,
location_id: 1, location_id: 1,
owner_id: None, owner: None,
}; };
boat.update(&pool, update).await.unwrap(); boat.update(&pool, update).await.unwrap();
@ -440,7 +440,7 @@ mod test {
skull: true, skull: true,
external: false, external: false,
location_id: 999, location_id: 999,
owner_id: None, owner: None,
}; };
match boat.update(&pool, update).await { match boat.update(&pool, update).await {