Skip to content

Commit 74512a3

Browse files
author
katarzyna.otylia.sikora@gmail.com
committed
pytest
1 parent 42fb44c commit 74512a3

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
@@ -567,7 +567,7 @@ def test_whatshap_allelic(self, ifs):
567567
print(' '.join([str(i) for i in ci]))
568568
_p = sp.run(ci, capture_output=True, text=True)
569569
assert _p.returncode == 0
570-
assert parseSpOut(_p) == 208
570+
assert parseSpOut(_p) == 180
571571

572572
class TestChIPseq:
573573
def test_default(self, ifs):

0 commit comments

Comments
 (0)