Skip to content

Commit 123f320

Browse files
committed
Fix TowerJsonGeneratorTest for new workDir field in ProgressRecord
Signed-off-by: Phil Ewels <phil.ewels@seqera.io>
1 parent 1522383 commit 123f320

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/nf-tower/src/test/io/seqera/tower/plugin/TowerJsonGeneratorTest.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ class TowerJsonGeneratorTest extends Specification {
113113
progress.get(0) == [
114114
index:1,
115115
name: 'foo',
116+
workDir: null,
116117
pending: 0,
117118
submitted: 0,
118119
running: 0,
@@ -133,6 +134,7 @@ class TowerJsonGeneratorTest extends Specification {
133134
progress[1] == [
134135
index:2,
135136
name: 'bar',
137+
workDir: null,
136138
pending: 1,
137139
submitted: 2,
138140
running: 3,

0 commit comments

Comments
 (0)