Skip to content

Commit fbc2dbe

Browse files
add forgotten test fail roles
1 parent 4ea9ff1 commit fbc2dbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/constraints/managing-constraints.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,7 +1096,7 @@ Creating a constraint on the same label or relationship type and properties that
10961096
======
10971097
10981098
.Create a constraint requiring all `SEQUEL_OF` relationships to have unique `order` properties, given an identical constraint already exists
1099-
[source, cypher]
1099+
[source, cypher, role=test-fail]
11001100
----
11011101
CREATE CONSTRAINT sequels
11021102
FOR ()-[sequel:SEQUEL_OF]-() REQUIRE sequel.order IS UNIQUE
@@ -1139,7 +1139,7 @@ The constraint type will be updated to say `NODE PROPERTY UNIQUENESS` in a futur
11391139
======
11401140
11411141
.Create a constraint requiring all `AUTHORED` relationships to have unique `name` properties, given that a constraint on a different schema with the same name already exists
1142-
[source, cypher]
1142+
[source, cypher, role=test-fail]
11431143
----
11441144
CREATE CONSTRAINT author_name
11451145
FOR ()-[a:AUTHORED]-() REQUIRE a.name IS UNIQUE

0 commit comments

Comments
 (0)