Skip to content

Commit

Permalink
♻️ fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
suyiiyii committed Dec 21, 2024
1 parent 1ccfbbb commit 4d65f09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/scheduler/test_site.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ async def test_scheduler_batch_api(init_scheduler, mocker: MockerFixture):
class FakePlatform:
def __init__(self) -> None:
self.do_batch_fetch_new_post = batch_fetch_mock
self.site = BililiveSite

fake_platform_obj = FakePlatform()
mocker.patch.dict(
Expand Down

0 comments on commit 4d65f09

Please sign in to comment.