Skip to content

Commit

Permalink
Update ckanext/dcat/tests/profiles/dcat_ap_2/test_scheming_support.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mark <[email protected]>
  • Loading branch information
hcvdwerf and Markus92 authored Sep 11, 2024
1 parent e0becf6 commit 6bd994a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def test_e2e_ckan_to_dcat(self):
g,
publisher[0][2],
DCT.identifier,
dataset_dict["publisher"][0]["identifier"]
URIRef(dataset_dict["publisher"][0]["identifier"])
)

temporal = [t for t in g.triples((dataset_ref, DCT.temporal, None))]
Expand Down

0 comments on commit 6bd994a

Please sign in to comment.