Skip to content

Commit d94c4e6

Browse files
committed
#300: Fix typo in test
Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
1 parent ab8abf1 commit d94c4e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shacl12-test-suite/tests/core/node/reifierShape-001.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ex:TestShape-propertyA
3434
.
3535
ex:ValidResource1
3636
ex:propertyA "valid" {|
37-
ex:properrtyB true ;
37+
ex:propertyB true ;
3838
|} ;
3939
.
4040
<>

shacl12-test-suite/tests/core/node/reifierShape-002.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ex:TestShape-propertyA
3232
.
3333
ex:ValidResource1
3434
ex:propertyA "valid" {|
35-
ex:properrtyB true ;
35+
ex:propertyB true ;
3636
|} ;
3737
.
3838
<>

0 commit comments

Comments
 (0)