Skip to content

Commit

Permalink
fix issue with path in one test
Browse files Browse the repository at this point in the history
  • Loading branch information
bgunnar5 committed Dec 13, 2023
1 parent b2a9976 commit 35c614a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/common/test_sample_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_new_dir(temp_output_dir: str):
temporary output path for our tests
"""
# Test basic functionality
test_path = f"{os.getcwd()}/test_new_dir"
test_path = f"{os.getcwd()}/test_sample_index/test_new_dir"
new_dir(test_path)
assert os.path.exists(test_path)

Expand Down

0 comments on commit 35c614a

Please sign in to comment.