Skip to content

Commit

Permalink
corrected chain (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiulini authored May 7, 2024
1 parent 2c92b8e commit 97df4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def test_validate_api_hit_check_pdb(pdb_hit_no_resolution):
def test_get_best_pdb(example_interfaces):
"""Test get_best_pdb."""
pdb, cif, filtered_interfaces = get_best_pdb("P20023", example_interfaces)
exp_pdb = Path("P20023-1ghq-C.pdb")
exp_pdb = Path("P20023-1ghq-B.pdb")
exp_cif = Path("1ghq_updated.cif")
exp_interfaces = {"P01024": [103, 104, 105]}
assert pdb == exp_pdb
Expand Down

0 comments on commit 97df4a7

Please sign in to comment.