Fix player test.
This commit is contained in:
parent
e90a8d9723
commit
49616a1fd2
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class TestPlayer(unittest.TestCase):
|
||||||
@classmethod
|
@classmethod
|
||||||
def setUpClass(cls):
|
def setUpClass(cls):
|
||||||
cls.logger = LoggingManager("Test_Player")
|
cls.logger = LoggingManager("Test_Player")
|
||||||
cls.server_state = StateManager("BAPSicleServer", cls.logger) # Mostly dummy here.
|
cls.server_state = StateManager("BAPSicleServer", cls.logger, default_state={"tracklist_mode": "off"}) # Mostly dummy here.
|
||||||
|
|
||||||
# clean up logic for the test suite declared in the test module
|
# clean up logic for the test suite declared in the test module
|
||||||
# code that is executed after all tests in one test run
|
# code that is executed after all tests in one test run
|
||||||
|
|
Loading…
Reference in a new issue