From bb83580c246c4b8d1df8497fdbe4d266fb5d1751 Mon Sep 17 00:00:00 2001 From: Tomasz Pluskiewicz Date: Thu, 19 Sep 2024 10:47:15 +0200 Subject: [PATCH] chore: update blank nodes in tests --- .../invalid.malformedList.ttl.approved.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/standalone-constraint-constraint/invalid.malformedList.ttl.approved.txt b/test/standalone-constraint-constraint/invalid.malformedList.ttl.approved.txt index 97be214..d8ac373 100644 --- a/test/standalone-constraint-constraint/invalid.malformedList.ttl.approved.txt +++ b/test/standalone-constraint-constraint/invalid.malformedList.ttl.approved.txt @@ -10,7 +10,7 @@ _:report a sh:ValidationReport ; rdf:type sh:ValidationResult ; sh:resultSeverity sh:Violation ; sh:sourceConstraintComponent sh:MinCountConstraintComponent ; - sh:sourceShape _:b679 ; + sh:sourceShape _:b686 ; sh:focusNode _:b6 ; sh:resultPath rdf:rest ; sh:resultMessage "list node needs exactly one rdf:rest" ; @@ -41,7 +41,7 @@ _:report a sh:ValidationReport ; rdf:type sh:ValidationResult ; sh:resultSeverity sh:Violation ; sh:sourceConstraintComponent sh:MinCountConstraintComponent ; - sh:sourceShape _:b679 ; + sh:sourceShape _:b686 ; sh:focusNode _:b6 ; sh:resultPath rdf:rest ; sh:resultMessage "list node needs exactly one rdf:rest" ; @@ -60,7 +60,7 @@ _:report a sh:ValidationReport ; ] ; sh:conforms false . -_:b679 sh:path rdf:rest ; +_:b686 sh:path rdf:rest ; sh:maxCount 1 ; sh:minCount 1 ; sh:message "list node needs exactly one rdf:rest" .