diff --git a/src/tests/scrapers/mangaplus/test_mangaplus.py b/src/tests/scrapers/mangaplus/test_mangaplus.py index ff8c832..0e06d05 100644 --- a/src/tests/scrapers/mangaplus/test_mangaplus.py +++ b/src/tests/scrapers/mangaplus/test_mangaplus.py @@ -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):