Skip to content

Commit 940e520

Browse files
author
Dennis Kennetz
committed
fixed a typo
1 parent 8bad597 commit 940e520

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
@@ -75,5 +75,5 @@ def test_singularity_pullfolder(tmp_path):
7575
file_in_dir = os.listdir(str(pull_folder))
7676
assert 'debian.img' in file_in_dir, stderr
7777
else:
78-
asset result_code != 0
78+
assert result_code != 0
7979

0 commit comments

Comments
 (0)