Skip to content

Commit

Permalink
better wording
Browse files Browse the repository at this point in the history
Co-authored-by: Júlia Mir Pedrol <mirp.julia@gmail.com>
  • Loading branch information
fabianegli and mirpedrol authored Jun 14, 2022
1 parent 39376a6 commit 8b751ef
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 @@ -181,7 +181,7 @@ def test_singularity_pull_image_singularity_installed(self, tmp_dir, mock_rich_p
# If Singularity is not installed, it raises a FileNotFoundError because the singularity command can't be found.
@pytest.mark.skipif(
shutil.which("singularity") is not None,
reason="Can't test how the code behaves if sungularity is not installed if it is.",
reason="Can't test how the code behaves when sungularity is not installed if it is.",
)
@with_temporary_folder
@mock.patch("rich.progress.Progress.add_task")
Expand Down

0 comments on commit 8b751ef

Please sign in to comment.