Skip to content

Commit 86e4f1c

Browse files
committed
Merge branch 'nftest_bits' of github.com:nextflow-io/training into nftest_bits
2 parents da64c2a + debf29c commit 86e4f1c

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

docs/side_quests/nf-test.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -288,11 +288,6 @@ Test Workflow main.nf
288288
-- Check '/workspaces/training/side-quests/nf-test/.nf-test/tests/693ba951a20fec36a5a9292ed1cc8a9f/meta/nextflow.log' file for details
289289
Nextflow stderr:
290290

291-
Nextflow 24.10.4 is available - Please consider updating your version to it
292-
293-
294-
295-
296291
FAILURE: Executed 1 tests in 4.679s (1 failed)
297292
```
298293

@@ -595,7 +590,7 @@ Wrote process test file '/workspaces/training/side-quests/nf-test/tests/main.con
595590
SUCCESS: Generated 2 test files.
596591
```
597592

598-
Let's focus for now and focus on the `sayhello` process in the `main.sayhello.nf.test` file.
593+
Let's focus for now on the `sayhello` process in the `main.sayhello.nf.test` file.
599594

600595
Let's open the file and take a look at the contents.
601596

@@ -665,11 +660,6 @@ Test Process sayHello
665660
-- Check script '/workspaces/training/side-quests/nf-test/.nf-test-1eaad118145a1fd798cb07e7dd75d087.nf' at line: 38 or see '/workspaces/training/side-quests/nf-test/.nf-test/tests/1eaad118145a1fd798cb07e7dd75d087/meta/nextflow.log' file for more details
666661
Nextflow stderr:
667662

668-
Nextflow 24.10.4 is available - Please consider updating your version to it
669-
670-
671-
672-
673663
FAILURE: Executed 1 tests in 4.884s (1 failed)
674664
```
675665

0 commit comments

Comments
 (0)