summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/jq.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/jq.test b/tests/jq.test
index 28d683e6..945ea04f 100644
--- a/tests/jq.test
+++ b/tests/jq.test
@@ -2091,7 +2091,7 @@ try ("foobar" | .[1.5]) catch .
null
"Cannot index string with number"
-# setpath/2 does not leak the input after an invalid get #2967
+# setpath/2 does not leak the input after an invalid get #2970
try ["ok", setpath([1]; 1)] catch ["ko", .]
{"hi":"hello"}
["ko","Cannot index object with number"]