Skip to content

Commit

Permalink
Minor fix for making the test pass. Default catefory is not 'auth' an…
Browse files Browse the repository at this point in the history
…ymore.
  • Loading branch information
biomadeira committed Sep 6, 2017
1 parent f754aa2 commit 1a988b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_pdbx.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1a988b4

Please sign in to comment.