diff --git a/tests/test_11_api_mangadex.py b/tests/test_11_api_mangadex.py index fc28787..41b34cf 100644 --- a/tests/test_11_api_mangadex.py +++ b/tests/test_11_api_mangadex.py @@ -56,7 +56,7 @@ def test_alt_title_fallback(): forcevol = False 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():