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