Skip to content

Commit

Permalink
Update test_basetv_sync.py
Browse files Browse the repository at this point in the history
_cmd_launch_app() takes exactly 2 arguments (1 given)
  • Loading branch information
deviant-aut committed Mar 26, 2022
1 parent f0feaba commit b7d5bbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_basetv_sync.py
Expand Up @@ -548,8 +548,8 @@ def test_get_device_properties(self):
)
# _cmd_launch_app
self.assertEqual(
self.btv._cmd_launch_app(),
constants.CMD_LAUNCH_APP11,
self.btv._cmd_launch_app("TEST"),
constants.CMD_LAUNCH_APP11.format("TEST"),
)

def test_get_installed_apps(self):
Expand Down

0 comments on commit b7d5bbc

Please sign in to comment.