Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
baripembo committed Dec 3, 2024
1 parent c73ebd2 commit bcf2e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dcc.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def configuration(self, config_dir):

@pytest.fixture(scope="class")
def fixtures_dir(self):
return join("fixtures")
return join("tests", "fixtures")

@pytest.fixture(scope="class")
def input_dir(self, fixtures_dir):
Expand Down

0 comments on commit bcf2e40

Please sign in to comment.