diff --git a/test/property/test_property_overlay.py b/test/property/test_property_layers.py similarity index 97% rename from test/property/test_property_overlay.py rename to test/property/test_property_layers.py index efa330a..7bd0336 100644 --- a/test/property/test_property_overlay.py +++ b/test/property/test_property_layers.py @@ -3,7 +3,7 @@ from unittest.mock import Mock from owrx.property import PropertyManager, PropertyLayers -class TestPropertyMock(TestCase): +class TestPropertyLayers(TestCase): def testLayer(self): om = PropertyLayers() pm = PropertyManager()