diff --git a/tests/test_jobcounts.py b/tests/test_jobcounts.py index 6c6102789..6a1a6e3b5 100644 --- a/tests/test_jobcounts.py +++ b/tests/test_jobcounts.py @@ -299,7 +299,7 @@ def test_default(self, ifs): print(' '.join([str(i) for i in ci])) _p = sp.run(ci, capture_output=True, text=True) assert _p.returncode == 0 - assert parseSpOut(_p) == 185 + assert parseSpOut(_p) == 176 def test_dag(self, ifs): ci = [