Skip to content

Commit 16dc1cb

Browse files
author
Dennis Kennetz
committed
added tmp_path to test argument because I forgot it.
1 parent a4f4235 commit 16dc1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_singularity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def test_singularity_local(tmp_path):
8181
assert result_code == 0
8282

8383
@needs_singularity
84-
def test_singularity_docker_image_id_in_tool():
84+
def test_singularity_docker_image_id_in_tool(tmp_path):
8585
workdir = tmp_path / "working_dir"
8686
workdir.mkdir()
8787
os.chdir(str(workdir))

0 commit comments

Comments
 (0)