style: fix test formatting

This commit is contained in:
Miguel Palhas
2026-08-23 19:46:16 +01:00
parent 1d31ea7d1b
commit e4c115803b
+2 -3
View File
@@ -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