From 75f2f8c07e24c89d8cc86c6da40e27542365e13a Mon Sep 17 00:00:00 2001 From: "A.s." <62971995+adRn-s@users.noreply.github.com> Date: Fri, 14 Aug 2026 15:05:23 +0200 Subject: [PATCH] tests: fix makePairs job count regression from #1175 The bwa_mapping fix in #1175 removed the redundant fastp jobs that used to run alongside the configured trimmer, so test_default's expected count should have gone back down to 176 (its pre-#1175 value), not stayed at 185, which was only correct for the broken intermediate state where both trimmers ran. CI on develop confirms the actual count is 176. --- tests/test_jobcounts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [