Skip to content

Commit

Permalink
Test correction
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenGoodall committed Feb 15, 2022
1 parent 85561f0 commit 37746de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_androidtv_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ def test_customize_command(self):

self.atv.customize_command(constants.CUSTOM_AUDIO_STATE, "6")
with patch.object(self.atv._adb, "shell") as patched:
self.atv.turn_on()
self.atv.audio_state()
patched.assert_called_with("6")

# Delete a custom command
Expand Down

0 comments on commit 37746de

Please sign in to comment.