Skip to content

Commit

Permalink
Relax error time assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
hedengran committed Nov 10, 2023
1 parent f89f6e8 commit 16becf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tck/features/expressions/map/Map2.feature
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ Feature: Map2 - Dynamic Value Access
WITH $expr AS expr, $idx AS idx
RETURN expr[idx]
"""
Then an Error should be raised at runtime: InvalidArgumentType
Then an Error should be raised at any time: InvalidArgumentType

0 comments on commit 16becf9

Please sign in to comment.