Commit 8d59a6be authored by João Rodrigues's avatar João Rodrigues
Browse files

Fixed test file name. Humans should not multithread.

parent 42a6db25
......@@ -135,7 +135,7 @@ class TestPdbxFile(unittest.TestCase):
def testMultiChain(self):
"""Test reading and writing a file that includes multiple chains"""
cif_ori = PDBxFile('systems/multichain.cif')
cif_ori = PDBxFile('systems/multichain.pdbx')
output = StringIO()
PDBxFile.writeFile(cif_ori.topology, cif_ori.positions, output, keepIds=True)
......
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