From fa11a72c4d56543fe492070cf10cde083e2e44e0 Mon Sep 17 00:00:00 2001 From: Josh Mitchell Date: Mon, 26 Aug 2024 15:29:20 +1000 Subject: [PATCH] Add another test with a charged ligand --- pdbfixer/tests/test_charge_and_solvate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pdbfixer/tests/test_charge_and_solvate.py b/pdbfixer/tests/test_charge_and_solvate.py index da64237..8b2697e 100644 --- a/pdbfixer/tests/test_charge_and_solvate.py +++ b/pdbfixer/tests/test_charge_and_solvate.py @@ -11,6 +11,7 @@ ("110D", -5), ("1CNR", 0), ("1ESD", -21), + ("25c8", -2), ], ) def test_charge_and_solvate(pdbCode, soluteCharge):