Skip to content

Commit

Permalink
Update test names
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Aug 26, 2022
1 parent 0e94c83 commit 8e9821e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/testcases/nextflow_pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Create a new file and name it `pipeline.nf.test`.
```Groovy
nextflow_pipeline {
name "Test Process TEST_PROCESS"
name "Test Pipeline with 1 process"
script "pipeline.nf"
test("Should run without failures") {
Expand Down
2 changes: 1 addition & 1 deletion docs/testcases/nextflow_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Create a new file and name it `trial.nf.test`.
nextflow_process {
name "Test Process TEST_PROCESS"
name "Test Process SAY_HELLO"
script "say_hello.nf"
process "SAY_HELLO"
Expand Down
2 changes: 1 addition & 1 deletion docs/testcases/nextflow_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Create a new file and name it `say_hello.nf.test`.
```Groovy
nextflow_process {
name "Test Process TEST_PROCESS"
name "Test Workflow Trial"
script "say_hello.nf"
process "SAY_HELLO"
Expand Down

0 comments on commit 8e9821e

Please sign in to comment.