File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ We can also add it as a separate test, with an informative name.
432432** After:**
433433
434434``` groovy title="tests/main.nf.test"
435- test("Should run successfully with correct processes and output files ") {
435+ test("Should run successfully with correct number of processes ") {
436436
437437 when {
438438 params {
@@ -483,7 +483,7 @@ https://www.nf-test.com
483483
484484Test Workflow main.nf
485485
486- Test [f0e08a68] 'Should run without failures ' PASSED (8.144s)
486+ Test [f0e08a68] 'Should run successfully with correct number of processes ' PASSED (8.144s)
487487 Test [d7e32a32] 'Should produce correct output files' PASSED (6.994s)
488488
489489
@@ -1030,7 +1030,7 @@ Test Process convertToUpper
10301030
10311031Test Workflow main.nf
10321032
1033- Test [f0e08a68] 'Should run without failures ' PASSED (8.144s)
1033+ Test [f0e08a68] 'Should run successfully with correct number of processes ' PASSED (8.144s)
10341034 Test [d7e32a32] 'Should produce correct output files' PASSED (6.994s)
10351035
10361036Test Process sayHello
You can’t perform that action at this time.
0 commit comments