Skip to content

Commit

Permalink
MangaPlus: fix other schedule test
Browse files Browse the repository at this point in the history
  • Loading branch information
s0hv committed Feb 28, 2024
1 parent ee12a9c commit 4a2cf06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tests/scrapers/mangaplus/test_mangaplus.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,7 @@ def test_scrapes_correctly_for_other_schedule_chapters(self):
)

self.assertDbChaptersEqual(inserted[0], correct)
# TODO this test will fail in time due to timedelta checks. When that happens change to assertMangaServiceDisabled
self.assertMangaServiceEnabled(ms.service_id, ms.title_id)
self.assertMangaServiceDisabled(ms.service_id, ms.title_id)

@responses.activate
def test_scrapes_correctly_for_oneshot(self):
Expand Down

0 comments on commit 4a2cf06

Please sign in to comment.