Skip to content

Commit

Permalink
Add missing _output_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoesters committed Jul 1, 2024
1 parent bd64dab commit 7799c25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def test_hash_dump(tmp_path):
str(tmp_path / "test.txt"),
str(tmp_path / "test2.txt"),
],
"_output_dir": str(tmp_path),
}
outpath = dump_hash(info, algorithm="sha256")
assert outpath == str(f"{testfile}.sha256")
Expand Down

0 comments on commit 7799c25

Please sign in to comment.