Skip to content

Commit

Permalink
fix lingering expected fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian Jamasb committed Jul 8, 2024
1 parent 77cc989 commit f4b15d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biopandas/pdb/tests/test_read_pdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def test_anisou_input_handling():
assert ppdb.code == "4eiy", ppdb.code


@pytest.mark.xfail(AttributeError)
@pytest.mark.xfail(raises=AttributeError)
def test_get_exceptions():
ppdb = PandasPdb()
ppdb.read_pdb(TESTDATA_FILENAME)
Expand Down

0 comments on commit f4b15d4

Please sign in to comment.