diff --git a/tests/test_pdbx.py b/tests/test_pdbx.py index 76f8404..c5c00dd 100644 --- a/tests/test_pdbx.py +++ b/tests/test_pdbx.py @@ -346,7 +346,8 @@ def test_writer_cif_atom(self): def test_writer_pdb_atom(self): if os.path.isfile(self.inputcif): self.writer(self.inputcif, self.outputpdb).run(atom=('CA',), - format_type="pdb") + format_type="pdb", + category="auth") self.assertTrue(os.path.isfile(self.outputpdb)) # reading the output reader = self.reader(self.outputpdb)