Skip to content
Snippets Groups Projects
Commit ac6edaff authored by David Trattnig's avatar David Trattnig
Browse files

Fix instantiation.

parent 72c8a4f5
No related branches found
No related tags found
No related merge requests found
......@@ -56,8 +56,8 @@ class ConnectionTester(AuraConfig):
# ------------------------------------------------------------------------------------------ #
def test_lqs_conn(self):
try:
lsc = Engine(self.config)
lsc.mixer_status()
lsc = Engine()
lsc.player.mixer.mixer_status()
return True
except Exception as e:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment