forked from Ruderverein-Donau-Linz/rowt
fix ci
This commit is contained in:
parent
13f67cf24d
commit
816425c158
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user