We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130b06f commit 75a21b4Copy full SHA for 75a21b4
1 file changed
tests/unit/functions/test_ingest_vcf.py
@@ -120,7 +120,7 @@ def test_ingest_vcf_infocol_missing(
120
def test_ingest_vcf_an_zero(
121
stub_anyvar_client: BaseAnyVarClient, test_data_dir: Path, postgres_storage: Storage
122
):
123
- """Test smooth handling of VCF that's missing one or more required INFO columns"""
+ """Test smooth handling of VCF row where AN=0"""
124
ingest_vcf(
125
test_data_dir / "vcf" / "vcf_an_0.vcf",
126
stub_anyvar_client,
0 commit comments