aboutsummaryrefslogtreecommitdiffstats
path: root/datamaps
diff options
context:
space:
mode:
Diffstat (limited to 'datamaps')
-rw-r--r--datamaps/tests/conftest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/datamaps/tests/conftest.py b/datamaps/tests/conftest.py
index 97d4c76..aa59301 100644
--- a/datamaps/tests/conftest.py
+++ b/datamaps/tests/conftest.py
@@ -9,7 +9,7 @@ from engine.config import Config
@pytest.fixture
def master() -> Path:
- return Path.cwd() / "tests" / "resources" / "master.xlsx"
+ return Path.cwd() / "datamaps" / "tests" / "resources" / "master.xlsx"
@pytest.fixture