Skip to content

Commit

Permalink
Download: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Jan 25, 2021
1 parent b5c6ddc commit 625db05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def test_mismatching_md5sums(self):
def test_singularity_pull_image(self):
tmp_dir = tempfile.mkdtemp()
download_obj = DownloadWorkflow(pipeline="dummy", outdir=tmp_dir)
download_obj.singularity_pull_image("a-container", tmp_dir)
download_obj.singularity_pull_image("a-container", tmp_dir, None)

# Clean up
shutil.rmtree(tmp_dir)
Expand Down

0 comments on commit 625db05

Please sign in to comment.