fix special character in test
All checks were successful
ci/woodpecker/push/tests Pipeline was successful

Signed-off-by: Ivan Schaller <ivan@schaller.sh>
This commit is contained in:
Ivan Schaller 2023-02-18 12:44:42 +01:00
parent b5c5b97b16
commit a8f4b25802
Signed by: olofvndrhr
GPG key ID: 2A6BE07D99C8C205

View file

@ -56,7 +56,7 @@ def test_alt_title_fallback():
forcevol = False forcevol = False
test = Mangadex(url_uuid, language, forcevol) test = Mangadex(url_uuid, language, forcevol)
assert test.manga_title == "Iruma à l`école des démons" assert test.manga_title == "Iruma à lécole des démons" # noqa
def test_chapter_infos(): def test_chapter_infos():