aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMR Lemon <matt@matthewlemon>2020-04-23 09:54:59 +0100
committerMR Lemon <matt@matthewlemon>2020-04-23 09:54:59 +0100
commit9553a01252a21839c6b5aa264261ac4421843ad2 (patch)
tree98931778ed9291c6ca41c55c32846ea9395cd033
parentd030d2d2d5be1ee2ec8b4a1939da9ea4cf4506d5 (diff)
fix test to make it work on Windows?
-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