From 16becf9dfe7563657442510e2c436750411e241c Mon Sep 17 00:00:00 2001 From: Gustav Hedengran Date: Fri, 10 Nov 2023 13:43:19 +0100 Subject: [PATCH] Relax error time assertion --- tck/features/expressions/map/Map2.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tck/features/expressions/map/Map2.feature b/tck/features/expressions/map/Map2.feature index 16b9797cf..ca055b356 100644 --- a/tck/features/expressions/map/Map2.feature +++ b/tck/features/expressions/map/Map2.feature @@ -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