pub async fn transaction_tests<C: AsyncConnection + 'static>(
    db: &C
) -> Result<()>