From d693e379565be6c8d075b5de82b42a17e286bac7 Mon Sep 17 00:00:00 2001 From: Jan Lukas Gernert Date: Sun, 19 Mar 2023 13:31:44 +0100 Subject: [PATCH] fmt --- src/full_text_parser/readability/tests.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/full_text_parser/readability/tests.rs b/src/full_text_parser/readability/tests.rs index 429320b..cd9f3e7 100644 --- a/src/full_text_parser/readability/tests.rs +++ b/src/full_text_parser/readability/tests.rs @@ -181,7 +181,6 @@ async fn ehow_1() { run_test("ehow-1").await } - #[tokio::test] async fn webmd_1() { run_test("webmd-1").await