Fix typo in test name

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk 2025-09-07 22:41:25 +02:00
commit abdb511992
2 changed files with 2 additions and 1 deletions

View file

@ -92,7 +92,7 @@ defmodule Pleroma.Web.RichMedia.Parsers.TwitterCardTest do
}
end
test "takes first founded title in html head if there is html markup error" do
test "takes first found title in html head if there is html markup error" do
html =
File.read!("test/fixtures/nypd-facial-recognition-children-teenagers4.html")
|> Floki.parse_document!()