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: