Skip to content

Commit 0c3f82b

Browse files
Fix typo
1 parent 7d67104 commit 0c3f82b

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
@@ -23,7 +23,7 @@ There are lots of different types of tests we can write:
2323
4. **Performance tests**: For the speed and efficiency of the pipeline
2424
5. **Stress tests**: To identify the limits of the pipeline
2525

26-
Testing individual processes is analagous to unit tests in other languages. Testing the workflow or the entire pipeline is analagous to what's called integration tests in other languages, where we test the interactions of the components.
26+
Testing individual processes is analogous to unit tests in other languages. Testing the workflow or the entire pipeline is analogous to what's called integration tests in other languages, where we test the interactions of the components.
2727

2828
[**nf-test**](https://www.nf-test.com/) is a tool that allows you to write module, workflow and pipeline level test. In short, it allows you to systematically check every individual part of the pipeline is working as expected, _in isolation_.
2929

0 commit comments

Comments
 (0)