Fix tests
This commit is contained in:
parent
efb24c1d20
commit
49341abd41
0
tests/controls/__init__.py
Normal file
0
tests/controls/__init__.py
Normal file
@ -9,4 +9,4 @@ class DeviceLifecycleStateTest(TestCase):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
def test_enum(self):
|
def test_enum(self):
|
||||||
self.assertEqual(DeviceLifecycleStateTest["INIT"], DeviceLifecycleStateTest.INIT)
|
self.assertEqual(DeviceLifecycleState["INIT"], DeviceLifecycleState.INIT)
|
||||||
|
0
tests/equipment/__init__.py
Normal file
0
tests/equipment/__init__.py
Normal file
Loading…
Reference in New Issue
Block a user