Skip to content

Commit 4526a18

Browse files
khetherintcezard
authored andcommitted
addressing comments in review in the previous PR EBIvariation#11
1 parent be90ead commit 4526a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_convert_gvf_to_vcf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_read_info_attributes(self):
3939
info_attribute_dict = read_info_attributes(self.info_attribute_input_file)
4040
assert len(info_attribute_dict) > 1
4141
kv = next(iter(info_attribute_dict.items()))
42-
key_to_check = "3'_inner_flank_link"
42+
key_to_check = next(iter(info_attribute_dict))
4343
value_to_check = ["3'_inner_flank_link", '.', 'String', 'Three prime inner flank link', 'DGVa']
4444
assert kv[0] == key_to_check
4545
assert kv[1] == value_to_check

0 commit comments

Comments
 (0)