Skip to content

Commit 846eace

Browse files
authored
Fix "halotype" typo in tests
1 parent 95dbacd commit 846eace

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

nf4-science/genomics/solutions/modules/gatk/haplotypecaller/tests/main.nf.test

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ nextflow_process {
44
script "../main.nf"
55
process "GATK_HAPLOTYPECALLER"
66

7-
test("Should call son's halotype correctly") {
7+
test("Should call son's haplotype correctly") {
88

99
setup {
1010
run("SAMTOOLS_INDEX") {
@@ -39,7 +39,7 @@ nextflow_process {
3939

4040
}
4141

42-
test("Should call mother's halotype correctly") {
42+
test("Should call mother's haplotype correctly") {
4343

4444
setup {
4545
run("SAMTOOLS_INDEX") {
@@ -74,7 +74,7 @@ nextflow_process {
7474
}
7575
}
7676

77-
test("Should call father's halotype correctly") {
77+
test("Should call father's haplotype correctly") {
7878

7979
setup {
8080
run("SAMTOOLS_INDEX") {

nf4-science/genomics/solutions/modules/gatk/haplotypecaller/tests/main.nf.test.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Should call son's halotype correctly": {
2+
"Should call son's haplotype correctly": {
33
"content": [
44
{
55
"0": [

0 commit comments

Comments
 (0)