Feature 10944 Change naming of charms
[osm/LCM.git] / osm_lcm / tests / test_lcm.py
index af6f81d..bdd9a8d 100644 (file)
@@ -63,7 +63,6 @@ def check_file_content(health_check_file: str) -> str:
 
 
 class TestLcm(TestCase):
-
     def setUp(self):
         self.config_file = os.getcwd() + "/osm_lcm/tests/test_lcm_config_file.yaml"
         self.config_file_without_storage_path = tempfile.mkstemp()[1]