Commit 88d7ee6a authored by jchodera's avatar jchodera
Browse files

Fix test

parent 4d007499
......@@ -370,7 +370,7 @@ class TestForceField(unittest.TestCase):
# Check results.
self.assertEqual(len(unmatched_residues), 3)
self.assertEqual(unmatched_residues[0].name, 'ALA')
self.assertEqual(unmatched_residues[0].chain, 'X')
self.assertEqual(unmatched_residues[0].chain.id, 'X')
self.assertEqual(unmatched_residues[0].id, '1')
def test_getUniqueUnmatchedResidues(self):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment