fix ci
This commit is contained in:
		| @@ -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 { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user