From 6b0b5271c825ba21668f3f487c488471dbeea835 Mon Sep 17 00:00:00 2001 From: Arne Fischereit Date: Fri, 8 Sep 2023 16:53:20 +0200 Subject: [PATCH] Corrected assertion on error type tck/README.md details that ConstraintVerificationFailed is issued if data already in the database violates the constraint to be created whereas here we want to change data to a state that would be violating a constraint in the database. --- tck/features/clauses/delete/Delete1.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tck/features/clauses/delete/Delete1.feature b/tck/features/clauses/delete/Delete1.feature index 02a5302501..34b59aeb3b 100644 --- a/tck/features/clauses/delete/Delete1.feature +++ b/tck/features/clauses/delete/Delete1.feature @@ -127,7 +127,7 @@ Feature: Delete1 - Deleting nodes MATCH (n:X) DELETE n """ - Then a ConstraintVerificationFailed should be raised at runtime: DeleteConnectedNode + Then a ConstraintValidationFailed should be raised at runtime: DeleteConnectedNode Scenario: [8] Failing when deleting a label Given any graph