Skip to content

Commit b9340c4

Browse files
tomwhitejeromekelleher
authored andcommitted
Fix test_info_fields so it includes region_index
1 parent c3250a9 commit b9340c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_vcf_examples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,7 @@ def test_info_fields(self, ds):
863863
"contig_id",
864864
"contig_length",
865865
"filter_id",
866+
"region_index",
866867
"sample_id",
867868
]
868869
assert sorted(list(ds)) == sorted(info_vars + standard_vars)

0 commit comments

Comments
 (0)