소스 검색

[Tests] Fix failing tests

monf 8 년 전
부모
커밋
4095b06954
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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 = {}