1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-07 16:15:32 +02:00
This commit is contained in:
Jan Lukas Gernert 2023-02-28 18:30:23 +01:00
parent 451dd61547
commit 13d147d270
2 changed files with 0 additions and 2 deletions

View file

@ -290,7 +290,6 @@ impl Readability {
}
}
if alternative_candidate_ancestors.len() >= constants::MINIMUM_TOPCANDIDATES {
let mut parent_of_top_candidate = top_candidate.get_parent();

View file

@ -75,7 +75,6 @@ async fn aktualne() {
run_test("aktualne").await
}
#[tokio::test]
async fn archive_of_our_own() {
run_test("archive-of-our-own").await