Skip to content

Commit d097733

Browse files
Fixed a test case (#422)
* Fixed a test case * Delete shacl12-test-suite/.DS_Store
1 parent 984d90d commit d097733

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

shacl12-test-suite/tests/core/property/minListLength-001.ttl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
ex:PersonShape
1212
rdf:type sh:NodeShape ;
1313
sh:targetClass ex:Person ;
14-
sh:property [
15-
sh:path ex:skills ;
16-
sh:minListLength 1 ;
17-
] ;
14+
sh:property ex:PersonShape-skills ;
1815
.
1916

2017
ex:PersonShape-skills

0 commit comments

Comments
 (0)