From 9ac038fd65981878d300fabf71e21c9def029c94 Mon Sep 17 00:00:00 2001 From: jorgee Date: Fri, 20 Dec 2024 20:42:38 +0100 Subject: [PATCH] fix unit test Signed-off-by: jorgee --- .../groovy/nextflow/processor/PublishOffloadManagerTest.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nextflow/src/test/groovy/nextflow/processor/PublishOffloadManagerTest.groovy b/modules/nextflow/src/test/groovy/nextflow/processor/PublishOffloadManagerTest.groovy index 2083df8389..7af426409d 100644 --- a/modules/nextflow/src/test/groovy/nextflow/processor/PublishOffloadManagerTest.groovy +++ b/modules/nextflow/src/test/groovy/nextflow/processor/PublishOffloadManagerTest.groovy @@ -39,7 +39,7 @@ class PublishOffloadManagerTest extends Specification { session.init(scriptFile) //session.start() session.script = script; - def poManager = new PublishOffloadManager(session); + def poManager = new PublishOffloadManager(session, 2); when: poManager.init() then: