Skip to content

Commit 1068b13

Browse files
committed
fix reference to testing in other modules
1 parent 73ed381 commit 1068b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/side_quests/nf-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Good question!
6868

6969
Let's break down what just happened.
7070

71-
You ran the workflow with the default parameters, you confirmed it worked and you're happy with the results. This is the essence of testing. As you go through this course you will notice we always run the workflow at the start to confirm everything is set up correctly. This gives us the confidence to continue with the training, knowing the code started in a working state.
71+
You ran the workflow with the default parameters, you confirmed it worked and you're happy with the results. This is the essence of testing. If you worked through the Hello Nextflow training course, you'll have noticed we always started every section by running the workflow we were using as a starting point, to confirm everything is set up correctly.
7272

7373
Testing software essentially does this process for us. Let's replace our simple `nextflow run main.nf` with a standardised test provided by nf-test.
7474

0 commit comments

Comments
 (0)