File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ def test_cond2():
210210 ]
211211 },
212212 "until" : "${ I == 5 }" ,
213- "join " : {"as" : "lastOf" },
213+ "reduce " : {"as" : "lastOf" },
214214 },
215215 ],
216216}
@@ -248,7 +248,7 @@ def test_repeat_until():
248248 ]
249249 },
250250 "until" : "${ I == 5 }" ,
251- "join " : {"as" : "array" },
251+ "reduce " : {"as" : "array" },
252252 },
253253 ],
254254}
@@ -321,7 +321,7 @@ def test_repeat_until_text():
321321 },
322322 },
323323 "until" : "${ I == 5 }" ,
324- "join " : {"with" : "\n " },
324+ "reduce " : {"with" : "\n " },
325325 },
326326 ],
327327}
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ def test_repeat_nested3():
110110 ]
111111 },
112112 "maxIterations" : 3 ,
113- "join " : {"as" : "lastOf" },
113+ "reduce " : {"as" : "lastOf" },
114114}
115115
116116
You can’t perform that action at this time.
0 commit comments