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

add hidden notes test

This commit is contained in:
Jan Lukas Gernert 2023-03-19 19:54:41 +01:00
parent 78b0ab693e
commit 47eed3a94f
3 changed files with 45 additions and 0 deletions

View file

@ -231,6 +231,11 @@ async fn herald_sun_1() {
run_test("herald-sun-1").await
}
#[tokio::test]
async fn hidden_nodes() {
run_test("hidden-nodes").await
}
#[tokio::test]
async fn webmd_1() {
run_test("webmd-1").await