pub async fn transaction_check_tests<C>(db: &C) -> Result<(), Error>
where C: AsyncConnection + 'static,