Skip to content

Commit 5bcdce6

Browse files
Fjodor van RijsselbergFjodor van Rijsselberg
authored andcommitted
Fixed data path in cbs refiner tests.
1 parent 6e79805 commit 5bcdce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cbs_refiner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
@pytest.fixture
1616
def dsc_dict():
17-
return csv_to_dict(os.path.join(PROJECT_ROOT, "data", "DSC_table.csv"))
17+
return csv_to_dict(os.path.join(PROJECT_ROOT, "src/data", "DSC_table.csv"))
1818

1919

2020
def test_remove_jjjj_vv():

0 commit comments

Comments
 (0)