From 8cc9f0a33045b8435afc3e579300bd8cabee7f47 Mon Sep 17 00:00:00 2001 From: Natanael Arndt Date: Tue, 8 Aug 2023 20:33:08 +0200 Subject: [PATCH] Fix indention of query string --- tests/test_minimal_integration.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_minimal_integration.py b/tests/test_minimal_integration.py index c3e3a9a..e033ed9 100644 --- a/tests/test_minimal_integration.py +++ b/tests/test_minimal_integration.py @@ -32,8 +32,8 @@ def test_create_shape_urn(): sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:path . - ?ropB a sh:PropertyShape ; + ?propB a sh:PropertyShape ; sh:nodeKind sh:IRI ; sh:path . } @@ -72,8 +72,8 @@ def test_create_shape_http_iri_hash(): sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:path . - ?ropB a sh:PropertyShape ; + ?ropB a sh:PropertyShape ; sh:nodeKind sh:IRI ; sh:path . } @@ -112,8 +112,8 @@ def test_create_shape_http_iri_slash(): sh:datatype xsd:string ; sh:nodeKind sh:Literal ; sh:path . - ?ropB a sh:PropertyShape ; + ?ropB a sh:PropertyShape ; sh:nodeKind sh:IRI ; sh:path . }