Skip to content

Commit f7a3453

Browse files
author
katarzyna.otylia.sikora@gmail.com
committed
pytest
1 parent ca8fa80 commit f7a3453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_jobcounts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ def test_spikein(self, ifs):
578578
'--snakemakeOptions',
579579
SMKOPTS,
580580
ifs / 'org.yaml',
581-
'--useSpikeInForNorm'
581+
'--useSpikeinForNorm'
582582
]
583583
print(' '.join([str(i) for i in ci]))
584584
_p = sp.run(ci, capture_output=True, text=True)

0 commit comments

Comments
 (0)