Skip to content

Commit

Permalink
add new line
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Feb 13, 2024
1 parent 4cd3d41 commit 15901db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/extras/test_vcf_annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ def test_get_vrs_object_invalid_input(vcf_annotator, caplog):
vcf_annotator._get_vrs_object(
"7-140753336-C-T", {}, [], "GRCh38", require_validation=True
)
assert invalid_ref_seq_msg in caplog.text
assert invalid_ref_seq_msg in caplog.text

0 comments on commit 15901db

Please sign in to comment.