Skip to content

Commit

Permalink
Merge pull request #12 from white-gecko/feature/fixTestFormating
Browse files Browse the repository at this point in the history
Fix indention of query string
  • Loading branch information
briesenberg07 authored Aug 8, 2023
2 parents 4bff384 + 8cc9f0a commit 50448a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_minimal_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def test_create_shape_urn():
sh:datatype xsd:string ;
sh:nodeKind sh:Literal ;
sh:path <urn:test:lit_property> .
?ropB a sh:PropertyShape ;
?propB a sh:PropertyShape ;
sh:nodeKind sh:IRI ;
sh:path <urn:test:obj_property> .
}
Expand Down Expand Up @@ -72,8 +72,8 @@ def test_create_shape_http_iri_hash():
sh:datatype xsd:string ;
sh:nodeKind sh:Literal ;
sh:path <http://example.org/test/vocab#lit_property> .
?ropB a sh:PropertyShape ;
?ropB a sh:PropertyShape ;
sh:nodeKind sh:IRI ;
sh:path <http://example.org/test/vocab#obj_property> .
}
Expand Down Expand Up @@ -112,8 +112,8 @@ def test_create_shape_http_iri_slash():
sh:datatype xsd:string ;
sh:nodeKind sh:Literal ;
sh:path <http://example.org/test/vocab/lit_property> .
?ropB a sh:PropertyShape ;
?ropB a sh:PropertyShape ;
sh:nodeKind sh:IRI ;
sh:path <http://example.org/test/vocab/obj_property> .
}
Expand Down

0 comments on commit 50448a7

Please sign in to comment.