Skip to content

Commit

Permalink
test: fix Player test
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Oct 15, 2024
1 parent 7714ad3 commit fe58357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_multimedia.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ def test_mediaplayer():
# player.set_source_device(file, "")
# player.set_source("")
assert player.get_source() is None
assert player.get_error() == "none"
assert player.get_error() in {"none", "resource"}
assert player.get_playback_state() == "stopped"
assert player.get_media_status() == "none"

0 comments on commit fe58357

Please sign in to comment.