Skip to content

Commit

Permalink
Update reserved constrainr name
Browse files Browse the repository at this point in the history
  • Loading branch information
katarinasupe committed Jun 24, 2024
1 parent 8a8e33c commit d363116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def test_ensure_constraints(memgraph):

new_constraints = [
MemgraphConstraintExists("NodeOne", "code"),
MemgraphConstraintExists("NodeTwo", "text"),
MemgraphConstraintExists("NodeTwo", "text_"),
MemgraphConstraintUnique(
"NodeThree",
(
Expand Down

0 comments on commit d363116

Please sign in to comment.