Procházet zdrojové kódy

[Tests] Fix failing tests

monf před 8 roky
rodič
revize
4095b06954
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      Tests/test_settings_loader.py

+ 0 - 1
Tests/test_settings_loader.py

@@ -64,7 +64,6 @@ class TestSettingLoader(unittest.TestCase):
     def tearDown(self):
         # Cleanup
         shutil.rmtree('/tmp/kalliope/tests/kalliope_resources_dir')
-        shutil.rmtree('/tmp/kalliope/tests/variables/')
 
         Singleton._instances = {}