Skip to content

Commit

Permalink
Update src/test/resources/testnextflowvdsl3/src/test_wfs/invalid_tost…
Browse files Browse the repository at this point in the history
…ate_argument/main.nf
  • Loading branch information
rcannood authored Jan 6, 2025
1 parent a4e21b3 commit b0d4379
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ workflow base {
"file": "file",
],
toState: [
"step1_output": "output",
"file": "file",
"newkey": "thisargumentdoesnotexist" // This should raise
]
"step1_output": "output",
"file": "file",
"newkey": "thisargumentdoesnotexist" // This should raise
]
)


Expand Down

0 comments on commit b0d4379

Please sign in to comment.