Skip to content

Commit a82e254

Browse files
committed
tests(unit): update config paths within unit tests from regression upgrade
1 parent 50ce325 commit a82e254

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unit/CodeEntropy/levels/test_search.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_get_RAD_neighbors(tmp_path: Path):
3131
system = "methane"
3232
repo_root = Path(__file__).resolve().parents[4]
3333
config_path = (
34-
repo_root / "tests" / "regression" / "configs" / system / "config.yaml"
34+
repo_root / "tests" / "regression" / "configs" / system / "default.yaml"
3535
)
3636

3737
tmp_path.mkdir(parents=True, exist_ok=True)
@@ -82,7 +82,7 @@ def test_get_grid_neighbors(tmp_path: Path):
8282
system = "methane"
8383
repo_root = Path(__file__).resolve().parents[4]
8484
config_path = (
85-
repo_root / "tests" / "regression" / "configs" / system / "config.yaml"
85+
repo_root / "tests" / "regression" / "configs" / system / "default.yaml"
8686
)
8787

8888
tmp_path.mkdir(parents=True, exist_ok=True)

0 commit comments

Comments
 (0)