Skip to content

Commit

Permalink
fix a broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
keitaroyam committed Jul 17, 2024
1 parent 8593552 commit b180fff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_mol.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ def test_software_category(self):
software = output_block.get_mmcif_category('_software')
del software['date']
del software['description']
del software['contact_author']
del software['contact_author_email']
assert software['version'][0] is False
software['version'][0] = None
self.assertEqual(input_block.get_mmcif_category('_software'), software)
Expand Down

0 comments on commit b180fff

Please sign in to comment.