Skip to content

Commit

Permalink
tests: Update tests with lower-case group names
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed Nov 22, 2023
1 parent 8437704 commit f24e8c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ckanext/dcatapchharvest/tests/test_dcatap_ch_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,9 +415,9 @@ def test_eu_themes_mapping(self):
eq_(
sorted(dataset['groups']),
[
{'name': u'ECON'},
{'name': u'GOVE'},
{'name': u'SOCI'},
{'name': u'econ'},
{'name': u'gove'},
{'name': u'soci'},
],
"Groups not mapped correctly for dataset {}".format(
dataset['identifier']
Expand Down

0 comments on commit f24e8c1

Please sign in to comment.