Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePromidius committed Jun 26, 2023
1 parent 6d25ee8 commit 0fc5a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MangaManager/tests/ExternalMetadataTests/test_AniList.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_AnilistReturnMatches_url(self):
from ExternalSources.MetadataSources import ScraperFactory
scraper = ScraperFactory().get_scraper("AniList")
cinfo = ComicInfo()
cinfo.series = "https://anilist.co/manga/98797/Adachi-to-Shimamura/"
cinfo.web = "https://anilist.co/manga/98797/Adachi-to-Shimamura/"

ret_cinfo = scraper.get_cinfo(cinfo)
print("Assert series name matches")
Expand Down

0 comments on commit 0fc5a24

Please sign in to comment.