fix tests
This commit is contained in:
parent
d1edec2833
commit
8f3774dfc1
@ -304,7 +304,8 @@ mod test {
|
||||
skull: true,
|
||||
external: false,
|
||||
location_id: Some(1),
|
||||
owner: None
|
||||
owner: None,
|
||||
default_destination: None
|
||||
}
|
||||
)
|
||||
.await,
|
||||
@ -328,7 +329,8 @@ mod test {
|
||||
skull: true,
|
||||
external: false,
|
||||
location_id: Some(1),
|
||||
owner: None
|
||||
owner: None,
|
||||
default_destination: None
|
||||
}
|
||||
)
|
||||
.await,
|
||||
@ -430,6 +432,7 @@ mod test {
|
||||
external: false,
|
||||
location_id: 1,
|
||||
owner: None,
|
||||
default_destination: None,
|
||||
};
|
||||
|
||||
boat.update(&pool, update).await.unwrap();
|
||||
@ -452,6 +455,7 @@ mod test {
|
||||
external: false,
|
||||
location_id: 999,
|
||||
owner: None,
|
||||
default_destination: None,
|
||||
};
|
||||
|
||||
match boat.update(&pool, update).await {
|
||||
|
Loading…
Reference in New Issue
Block a user