Skip to content

Commit 70f42c3

Browse files
Fix one missed message for StratificationViolation
1 parent 566846b commit 70f42c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

query/functions/definition.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Feature: Function Definition
220220
Then transaction commits; fails with a message containing: "Detected a recursive cycle through a negation or reduction"
221221

222222
Given connection open read transaction for database: typedb
223-
Then typeql read query; fails with a message containing: "StratificationViolation"
223+
Then typeql read query; fails with a message containing: "Detected a recursive cycle through a negation or reduction"
224224
"""
225225
with
226226
fun annual_reward($customer: person) -> {double}:

0 commit comments

Comments
 (0)