diff --git a/article_scraper/resources/tests/ftr/youtube/expected.html b/article_scraper/resources/tests/ftr/youtube/expected.html
index 1ec3c5a..570905a 100644
--- a/article_scraper/resources/tests/ftr/youtube/expected.html
+++ b/article_scraper/resources/tests/ftr/youtube/expected.html
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/article_scraper/src/clean.rs b/article_scraper/src/clean.rs
index a8e507e..790bf9d 100644
--- a/article_scraper/src/clean.rs
+++ b/article_scraper/src/clean.rs
@@ -170,7 +170,7 @@ mod tests {
let url = Url::parse("https://finshots.in").unwrap();
let res = clean_html_fragment(html, &url).unwrap();
- assert_eq!(res.html.len(), 11959);
+ assert_eq!(res.html.len(), 11989);
assert_eq!(
res.thumbnail.as_deref(),
Some("https://cdn.finshots.app/images/2023/03/Design-8-Amul.jpg")
diff --git a/article_scraper/src/full_text_parser/tests.rs b/article_scraper/src/full_text_parser/tests.rs
index 2161a6e..0f0370f 100644
--- a/article_scraper/src/full_text_parser/tests.rs
+++ b/article_scraper/src/full_text_parser/tests.rs
@@ -81,7 +81,7 @@ async fn heise_1() {
#[tokio::test]
async fn spiegel_1() {
run_test("spiegel-1", "https://www.spiegel.de/", None, None).await
-}
+}
#[tokio::test]
#[ignore = "downloads content from the web"]