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 17, 2024
1 parent 32328d1 commit a6f89cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_workfolder.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def allrows_test_key(self, key: str = '', results: list = None):
self.assertEqual(r, self.cell_text(key, n))

def test_equipment_click_machine(self):
self.equipment_click('D8_VENTURE')
self.equipment_click('D8 VENTURE')
self.allrows_test_key('_diffrn_measurement_method', ['?', 'ω and ϕ scans', 'ω and ϕ scans'])
self.allrows_test_key('_diffrn_measurement_specimen_support',
['?', 'MiTeGen micromount', 'MiTeGen micromount'])
Expand Down

0 comments on commit a6f89cf

Please sign in to comment.