From 97df4a76b464dabc83da3c73e8a4b9ed57ab3d1a Mon Sep 17 00:00:00 2001 From: Marco Giulini <54807167+mgiulini@users.noreply.github.com> Date: Tue, 7 May 2024 10:05:09 +0200 Subject: [PATCH] corrected chain (#415) --- tests/test_pdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_pdb.py b/tests/test_pdb.py index 01e48ca..594f342 100644 --- a/tests/test_pdb.py +++ b/tests/test_pdb.py @@ -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