We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 566846b commit 70f42c3Copy full SHA for 70f42c3
query/functions/definition.feature
@@ -220,7 +220,7 @@ Feature: Function Definition
220
Then transaction commits; fails with a message containing: "Detected a recursive cycle through a negation or reduction"
221
222
Given connection open read transaction for database: typedb
223
- Then typeql read query; fails with a message containing: "StratificationViolation"
+ Then typeql read query; fails with a message containing: "Detected a recursive cycle through a negation or reduction"
224
"""
225
with
226
fun annual_reward($customer: person) -> {double}:
0 commit comments