1
0
Fork 0
mirror of https://gitlab.com/news-flash/article_scraper.git synced 2025-07-10 01:15:31 +02:00

fix medialnewstoday test

This commit is contained in:
Jan Lukas Gernert 2023-03-30 07:58:11 +02:00
parent 029aaffcea
commit 9e73b94f11
3 changed files with 107 additions and 4 deletions

View file

@ -317,10 +317,10 @@ async fn lwn_1() {
run_test("lwn-1").await
}
// #[tokio::test]
// async fn medicalnewstoday() {
// run_test("medicalnewstoday").await
// }
#[tokio::test]
async fn medicalnewstoday() {
run_test("medicalnewstoday").await
}
#[tokio::test]
async fn medium_1() {