Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyaren committed Jan 16, 2025
1 parent 30b9126 commit 998721e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/api/test_state_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,18 +403,6 @@ def test_on_pause_then_play():
assert sm.duration == 1723
assert sm.position == 1718

sm.on_poll_player_state(
{
"chanKey": "2",
"duration": "1733",
"fastSpeed": "0",
"mediaCode": "3733",
"mediaType": "1",
"playBackState": "1",
"playPostion": "1718",
}
)

sm.on_poll_player_state(
PlayContentEvent(
chanKey=2, duration=1733, fastSpeed=0, mediaCode="3733", mediaType=1, playBackState=1, playPostion=1718
Expand Down

0 comments on commit 998721e

Please sign in to comment.