Skip to content

Commit

Permalink
removed extra test
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Nov 3, 2020
1 parent a6c5797 commit a158988
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/test_bad_inputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ def test_parse_extra_text_after_allele():
parse("HLA-A*02:01 zipper")


@raises(ParseError)
def test_bad_input_parse_extra_text_after_allele():
parse("HLA-A*02:01 zipper")

@raises(ParseError)
def test_bad_input_parse_extra_text_after_allele():
parse("HLA-A*02:01 zipper")
Expand Down

0 comments on commit a158988

Please sign in to comment.