We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f9884 commit 5fe18d9Copy full SHA for 5fe18d9
nf_core/subworkflow-template/tests/main.nf.test.j2
@@ -33,12 +33,13 @@ nextflow_workflow {
33
"""
34
}
35
36
-
37
then {
+ assert process.success
38
assertAll(
39
- { assert workflow.success},
40
- { assert snapshot(workflow.out).match()}
41
- //TODO nf-core: Add all required assertions to verify the test output.
+ { assert snapshot(
+ workflow.out.versions
+ //TODO nf-core: Add all required assertions to verify the test output.
42
+ ).match() }
43
)
44
45
0 commit comments