Skip to content

Commit

Permalink
Renamed test file for clarity.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Jul 23, 2024
1 parent b01363c commit 36f1e2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_writecache_variation.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def setup_args():
original_argv = sys.argv
# Define your test arguments here
base_dir = os.path.dirname(os.path.abspath(__file__))
data_dir = os.path.join(base_dir, "data", "UPS2")
data_dir = os.path.join(base_dir, "data", "writecache")
test_args = [
"responder.py",
f"--data-dir={data_dir}",
Expand Down

0 comments on commit 36f1e2c

Please sign in to comment.