Skip to content

Commit

Permalink
Update test_workfolder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dkratzert committed Apr 15, 2024
1 parent 5deee32 commit f0c0128
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_workfolder.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@ def testDataColumn(self):
self.cell_text('_publ_section_references', Column.DATA))
self.assertEqual('geom', self.cell_text('_atom_sites_solution_hydrogens', 0))
self.assertEqual('', self.cell_text('_atom_sites_solution_hydrogens', Column.DATA))
self.assertEqual(f"""FinalCif V{VERSION} by Daniel Kratzert, Freiburg
{datetime.now().year}, https://dkratzert.de/finalcif.html""",
self.cell_text('_audit_creation_method', Column.DATA))

def test_abs_configuration_combo(self):
self.assertEqual(6, self.key_row('_chemical_absolute_configuration'))
Expand Down

0 comments on commit f0c0128

Please sign in to comment.