This commit is contained in:
9and3r
2014-08-04 01:10:25 +02:00
parent 2dfe511ffe
commit 7e0997862f

View File

@@ -2,7 +2,7 @@ from __future__ import unicode_literals
import unittest
from mopidy_touchscreen import Extension, frontend as frontend_lib
from mopidy_touchscreen import Extension, touch_screen as frontend_lib
class ExtensionTest(unittest.TestCase):
@@ -24,4 +24,4 @@ class ExtensionTest(unittest.TestCase):
#self.assertIn('username', schema)
#self.assertIn('password', schema)
# TODO Write more tests
# TODO Write more tests