Skip to content

Commit

Permalink
fix: fix test fio view
Browse files Browse the repository at this point in the history
  • Loading branch information
appassionate committed Nov 7, 2024
1 parent 903b2ac commit 3e70545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fioview.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@pytest.fixture
def setup_fiotask():
_fio = FioTask(
work_path=_TEMPLATE_DIR+"/randrw65",
work_path=_SAMPLE_DIR+"/randrw65",
input_dict={},
)
return _fio
Expand Down

0 comments on commit 3e70545

Please sign in to comment.