Skip to content

Commit a3e7e3c

Browse files
committed
edited test function name
1 parent 49984b8 commit a3e7e3c

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
@@ -439,7 +439,7 @@ def test_merge_and_add(self):
439439
merged_string = merge_and_add(previous, current, delimiter)
440440
assert len(merged_string) > 1
441441

442-
def compare_and_merge_lines(self):
442+
def test_compare_and_merge_lines(self):
443443
pass
444444

445445
def test_format_vcf_datalines(self):

0 commit comments

Comments
 (0)