Skip to content

Commit

Permalink
fix test vocab namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
muddymudskipper committed Sep 23, 2024
1 parent fa6b6b7 commit 420de00
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 147 deletions.
1 change: 0 additions & 1 deletion tests/test_shapes.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,4 @@ def test_workflow_execution(_setup: pytest.FixtureRequest) -> None: # noqa: PT0

result = Graph().parse(data=get(RESULT_IRI, owl_imports_resolution=False).text)
test = Graph().parse(Path(__path__[0]) / "test_shapes.ttl", format="turtle")

assert to_isomorphic(result) == to_isomorphic(test)
145 changes: 0 additions & 145 deletions tests/test_shapes.ttl

This file was deleted.

2 changes: 1 addition & 1 deletion tests/test_shapes_data.ttl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@prefix ns1: <https://eccenca.com/shapes_plugin/5072e1e3e96c40389116a6833d9a3867/vocab> .
@prefix ns1: <https://eccenca.com/shapes_plugin/5072e1e3e96c40389116a6833d9a3867/vocab/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
Expand Down

0 comments on commit 420de00

Please sign in to comment.