1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-08 16:40:00 +02:00

add 2nd ehow test

This commit is contained in:
Jan Lukas Gernert 2023-03-19 15:35:09 +01:00
parent d693e37956
commit 8309e227eb
3 changed files with 1684 additions and 0 deletions

View file

@ -181,6 +181,11 @@ async fn ehow_1() {
run_test("ehow-1").await
}
#[tokio::test]
async fn ehow_2() {
run_test("ehow-2").await
}
#[tokio::test]
async fn webmd_1() {
run_test("webmd-1").await