This commit is contained in:
Jakob Ketterl 2020-03-22 21:59:22 +01:00
parent 885d02ceca
commit b25e61ae9a

View File

@ -3,7 +3,7 @@ from unittest.mock import Mock
from owrx.property import PropertyManager, PropertyLayers from owrx.property import PropertyManager, PropertyLayers
class TestPropertyMock(TestCase): class TestPropertyLayers(TestCase):
def testLayer(self): def testLayer(self):
om = PropertyLayers() om = PropertyLayers()
pm = PropertyManager() pm = PropertyManager()