Browse Source

[Tests] Fix yaml loader local path

monf 8 năm trước cách đây
mục cha
commit
a42ca62eae
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Tests/test_yaml_loader.py

+ 1 - 1
Tests/test_yaml_loader.py

@@ -13,7 +13,7 @@ class TestYAMLLoader(unittest.TestCase):
 
     def test_get_config(self):
 
-        valid_file_path_to_test = "core/Tests/brains/brain_test.yml"
+        valid_file_path_to_test = "Tests/brains/brain_test.yml"
         invalid_file_path = "brains/non_existing_brain.yml"
         expected_result = [
             {'signals': [{'order': 'test_order'}],