Skip to content

Commit 186ee9a

Browse files
fix: change skip message
1 parent f8bee5e commit 186ee9a

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
@@ -191,4 +191,4 @@ def test_singularity_local_sandbox_image(tmp_path: Path):
191191
)
192192
assert result_code == 0
193193
else:
194-
pytest.skip(f"Failed to build the Apptainer image: {build.stderr}")
194+
pytest.skip(f"Failed to build the singularity image: {build.stderr}")

0 commit comments

Comments
 (0)