Fix typo in test name
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
parent
d1d7dd1827
commit
abdb511992
2 changed files with 2 additions and 1 deletions
1
changelog.d/typo.skip
Normal file
1
changelog.d/typo.skip
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Fix typo in test name
|
||||||
|
|
@ -92,7 +92,7 @@ defmodule Pleroma.Web.RichMedia.Parsers.TwitterCardTest do
|
||||||
}
|
}
|
||||||
end
|
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 =
|
html =
|
||||||
File.read!("test/fixtures/nypd-facial-recognition-children-teenagers4.html")
|
File.read!("test/fixtures/nypd-facial-recognition-children-teenagers4.html")
|
||||||
|> Floki.parse_document!()
|
|> Floki.parse_document!()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue