Skip to content

Commit

Permalink
try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed Jan 7, 2025
1 parent 7cc4433 commit 21424e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/player/test_playlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ def test_remove_song(mocker, pl, song, song1, song2):
assert pl.current_song == song1


def test_set_current_song_with_media(pl, song2):
@pytest.mark.asyncio
async def test_set_current_song_with_media(pl, song2):
"""
Set a non-existing song as current song,
and the song should be inserted after current_song.
Expand Down

0 comments on commit 21424e4

Please sign in to comment.