Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Aug 26, 2024
1 parent 685d5d5 commit c8b87f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/dcat/tests/test_scheming_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def test_e2e_ckan_to_dcat(self):
g, spatial[0][2], SKOS.prefLabel, dataset["spatial_coverage"][0]["text"]
)

assert len([t for t in g.triples((spatial[0][2], LOCN.geometry, None))]) == 1
assert len([t for t in g.triples((spatial[0][2], LOCN.Geometry, None))]) == 1
# Geometry in WKT
wkt_geom = wkt.dumps(dataset["spatial_coverage"][0]["geom"], decimals=4)
assert self._triple(g, spatial[0][2], LOCN.Geometry, wkt_geom, GSP.wktLiteral)
Expand Down

0 comments on commit c8b87f3

Please sign in to comment.