Skip to content

Commit eb6555a

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

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

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

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -133,18 +133,6 @@ class FilePorterTest extends Specification {
133133

134134

135135

136-
static class ErrorStage extends FilePorter.FileTransfer {
137-
138-
ErrorStage(Path path, Path stagePath, int maxRetries, Session session) {
139-
super(path, stagePath, maxRetries, new Semaphore(100), session)
140-
}
141-
142-
@Override
143-
void run() throws Exception {
144-
throw new ProcessStageException('Cannot stage file')
145-
}
146-
}
147-
148136
def 'should submit actions' () {
149137

150138
given:

0 commit comments

Comments
 (0)