Skip to content

Commit

Permalink
tests: Fix key in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bellisk committed Nov 2, 2023
1 parent 156bf1e commit b49a50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckanext/dcatapchharvest/tests/test_dcatap_ch_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,14 @@ def test_dataset_all_fields(self):
qualified_relations[0],
{
"relation": "http://example.org/Original987",
"role": "http://www.iana.org/assignments/relation/original"
"had_role": "http://www.iana.org/assignments/relation/original"
}
)
eq_(
qualified_relations[1],
{
"relation": "http://example.org/Related486",
"role": "http://www.iana.org/assignments/relation/related"
"had_role": "http://www.iana.org/assignments/relation/related"
}
)

Expand Down

0 comments on commit b49a50f

Please sign in to comment.