From d3442bbfcc48f519c9c56cf6c0606963e29e5c15 Mon Sep 17 00:00:00 2001 From: Florent Biville Date: Mon, 27 Sep 2021 16:36:41 +0200 Subject: [PATCH] Make qid optional when there is only a single stream --- tests/stub/iteration/scripts/v4x0/tx_pull_1_nested.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/stub/iteration/scripts/v4x0/tx_pull_1_nested.script b/tests/stub/iteration/scripts/v4x0/tx_pull_1_nested.script index 76ce8db71..30f0737ff 100644 --- a/tests/stub/iteration/scripts/v4x0/tx_pull_1_nested.script +++ b/tests/stub/iteration/scripts/v4x0/tx_pull_1_nested.script @@ -17,7 +17,7 @@ S: RECORD ["2_1"] C: PULL {"n": 1, "[qid]": 2} S: RECORD ["2_2"] SUCCESS {} -C: PULL {"n": 1, "qid": 1} +C: PULL {"n": 1, "[qid]": 1} S: RECORD ["1_2"] SUCCESS {} C: RUN "CYPHER" {} {}