Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman committed Sep 18, 2023
1 parent 5130c33 commit 3d0b1ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/nextflow/src/main/groovy/nextflow/cli/CmdPull.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ class CmdPull {
this.options = options
}

/* only for testing purpose */
CmdPull() {}

void run() {

if( !all && !pipeline )
Expand Down

0 comments on commit 3d0b1ae

Please sign in to comment.