diff --git a/test/test_cypher.cpp b/test/test_cypher.cpp index e0846b9c2f..af4f95a3d9 100644 --- a/test/test_cypher.cpp +++ b/test/test_cypher.cpp @@ -506,7 +506,6 @@ int test_parameter(cypher::RTContext *ctx) { {"MATCH (n:Person {name:$name}) RETURN n", 1}, {"CREATE (n:Person {name:$new_name}) RETURN n", 1}, {"MATCH (n:Person {name:$new_name}) DELETE n", 1}, - {"MATCH (n:Person {name:$new_name}) DELETE n", 1}, {"CALL db.plugin.listPlugin($plugin_type, 'any')", 0} }; std::vector scripts;