style: fix test formatting
This commit is contained in:
@@ -1383,9 +1383,8 @@ mod tests {
|
|||||||
.json()
|
.json()
|
||||||
.await
|
.await
|
||||||
.expect("queues json");
|
.expect("queues json");
|
||||||
let episode_ids: Vec<i64> = sqlx::query_scalar(
|
let episode_ids: Vec<i64> =
|
||||||
"SELECT id FROM episodes WHERE season_id = ? ORDER BY number",
|
sqlx::query_scalar("SELECT id FROM episodes WHERE season_id = ? ORDER BY number")
|
||||||
)
|
|
||||||
.bind(season_id)
|
.bind(season_id)
|
||||||
.fetch_all(pool)
|
.fetch_all(pool)
|
||||||
.await
|
.await
|
||||||
|
|||||||
Reference in New Issue
Block a user