Fix tests

This commit is contained in:
Igor Dunaev 2023-10-25 20:12:40 +03:00
parent efb24c1d20
commit 49341abd41
3 changed files with 1 additions and 1 deletions

View File

View File

@ -9,4 +9,4 @@ class DeviceLifecycleStateTest(TestCase):
pass
def test_enum(self):
self.assertEqual(DeviceLifecycleStateTest["INIT"], DeviceLifecycleStateTest.INIT)
self.assertEqual(DeviceLifecycleState["INIT"], DeviceLifecycleState.INIT)

View File