pub async fn view_multi_emit_tests<C>(
    db: &C
) -> impl Future<Output = Result<(), Error>>where
    C: AsyncConnection,