Skip to content

Commit 17783b6

Browse files
committed
wip fixing tests
1 parent 84f3cd1 commit 17783b6

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

modules/local/generate_assembly_manifest/tests/main.nf.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ nextflow_process {
2020
input[1] = "PRJ12345"
2121
input[2] = false
2222
input[3] = true
23+
input[4] = false
2324
"""
2425

2526
}
@@ -66,6 +67,7 @@ nextflow_process {
6667
input[1] = "PRJ12345"
6768
input[2] = false
6869
input[3] = true
70+
input[4] = false
6971
"""
7072
}
7173
}

modules/local/registerstudy/tests/main.nf.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ nextflow_process {
1717
file(params.pipelines_testdata_base_path + 'test_data/study_metadata/study_metadata.json', checkIfExists: true)
1818
]
1919
input[1] = true
20+
input[2] = false
2021
"""
2122
}
2223
}
@@ -41,6 +42,7 @@ nextflow_process {
4142
file(params.pipelines_testdata_base_path + 'test_data/study_metadata/study_metadata.tsv', checkIfExists: true)
4243
]
4344
input[1] = true
45+
input[2] = false
4446
"""
4547
}
4648
}
@@ -66,6 +68,7 @@ nextflow_process {
6668
file(params.pipelines_testdata_base_path + 'test_data/study_metadata/study_metadata.json', checkIfExists: true)
6769
]
6870
input[1] = true
71+
input[2] = false
6972
"""
7073
}
7174
}

0 commit comments

Comments
 (0)