Skip to content

Commit

Permalink
Merge pull request #2367 from pllim/patch-1
Browse files Browse the repository at this point in the history
TST: Fix typo in test case
  • Loading branch information
dhomeier authored Mar 21, 2023
2 parents e71d52d + 42a39b8 commit e5229ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glue/core/tests/test_units.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def equivalent_units(self, data, cid, units):
elif units in ['dix', 'vingt', 'trente']:
return ['dix', 'vingt', 'trente']
else:
raise ValueError(f'Unrecongized unit: {units}')
raise ValueError(f'Unrecognized unit: {units}')

numerical = {
'one': 1,
Expand Down

0 comments on commit e5229ad

Please sign in to comment.