Browse Source

[Tests] Fix failing tests

monf 8 years ago
parent
commit
4095b06954
1 changed files with 0 additions and 1 deletions
  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 = {}