Skip to content

Commit

Permalink
test: explain reason for failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
2e0byo committed Feb 3, 2024
1 parent 7145f75 commit 0111bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_playback.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from mopidy_tidal.playback import TidalPlaybackProvider


@pytest.mark.xfail(reason="mock doesn't provide config so fails")
@pytest.mark.xfail(reason="Requires mock tidal object")
def test_playback(mocker):
uniq = object()
session = mocker.Mock(spec=["track"])
Expand Down

0 comments on commit 0111bef

Please sign in to comment.