Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo2011 committed Sep 1, 2023
1 parent 570ddfb commit 7b98974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ async def test_zd_video_snapshot():

async def test_zf_get_subtitle():
videos = video_m.Video(aid=288571926, credential=get_credential())
return await videos.get_subtitle(cid=281031471, credential=get_credential())
return await videos.get_subtitle(cid=281031471)


# from bilibili_api import sync
Expand Down

0 comments on commit 7b98974

Please sign in to comment.