Skip to content

Commit da4cd23

Browse files
committed
remove unused class
Signed-off-by: Robrecht Cannoodt <[email protected]>
1 parent 01b1532 commit da4cd23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nextflow/src/test/groovy/nextflow/file/FilePorterTest.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ class FilePorterTest extends Specification {
135135

136136
static class ErrorStage extends FilePorter.FileTransfer {
137137

138-
ErrorStage(Path path, Path stagePath, int maxRetries) {
139-
super(path, stagePath, maxRetries, new Semaphore(100))
138+
ErrorStage(Path path, Path stagePath, int maxRetries, Session session) {
139+
super(path, stagePath, maxRetries, new Semaphore(100), session)
140140
}
141141

142142
@Override

0 commit comments

Comments
 (0)