"vscode:/vscode.git/clone" did not exist on "5ce89059f8149eaf313c63e9ded4199670cd74bb"
Commit eb2f347a authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Fix Topology Python test.

parent e5762fb2
......@@ -24,7 +24,7 @@ class TestTopology(unittest.TestCase):
def test_getters(self):
"""Test getters for number of atoms, residues, chains."""
check_pdbfile('systems/1T2Y.pdb', 271, 25, 1)
self.check_pdbfile('systems/1T2Y.pdb', 271, 25, 1)
if __name__ == '__main__':
unittest.main()
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