Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
Signed-off-by: jorgee <[email protected]>
  • Loading branch information
jorgee committed Dec 20, 2024
1 parent ac04d04 commit 9ac038f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9ac038f

Please sign in to comment.