Skip to content

Commit fa0d380

Browse files
committed
Fix inconsistencies
1 parent 1068b13 commit fa0d380

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/side_quests/nf-test.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

484484
Test 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

10311031
Test 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

10361036
Test Process sayHello

0 commit comments

Comments
 (0)