Skip to content

Commit 75a21b4

Browse files
committed
fix descr
1 parent 130b06f commit 75a21b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/functions/test_ingest_vcf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def test_ingest_vcf_infocol_missing(
120120
def test_ingest_vcf_an_zero(
121121
stub_anyvar_client: BaseAnyVarClient, test_data_dir: Path, postgres_storage: Storage
122122
):
123-
"""Test smooth handling of VCF that's missing one or more required INFO columns"""
123+
"""Test smooth handling of VCF row where AN=0"""
124124
ingest_vcf(
125125
test_data_dir / "vcf" / "vcf_an_0.vcf",
126126
stub_anyvar_client,

0 commit comments

Comments
 (0)