Commit 1b28e6c5 authored by jchodera's avatar jchodera
Browse files

Fix more typos in test.

parent ae0ad5c9
......@@ -443,9 +443,9 @@ class TestForceField(unittest.TestCase):
# Check results.
residues = [ residue for residue in pdb.topology.residues() ]
self.assertEqual(len(templates), len(residues))
self.assertEqual(unmatched_residues[0].name, 'NALA')
self.assertEqual(unmatched_residues[1].name, 'ALA')
self.assertEqual(unmatched_residues[2].name, 'CALA')
self.assertEqual(templates[0].name, 'NALA')
self.assertEqual(templates[1].name, 'ALA')
self.assertEqual(templates[2].name, 'CALA')
class AmoebaTestForceField(unittest.TestCase):
"""Test the ForceField.createSystem() method with the AMOEBA forcefield."""
......
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