Skip to content

Commit

Permalink
Fixed data path in cbs refiner tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fjodor van Rijsselberg authored and Fjodor van Rijsselberg committed May 9, 2023
1 parent 6e79805 commit 5bcdce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cbs_refiner.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

@pytest.fixture
def dsc_dict():
return csv_to_dict(os.path.join(PROJECT_ROOT, "data", "DSC_table.csv"))
return csv_to_dict(os.path.join(PROJECT_ROOT, "src/data", "DSC_table.csv"))


def test_remove_jjjj_vv():
Expand Down

0 comments on commit 5bcdce6

Please sign in to comment.