Skip to content

Commit dde944f

Browse files
committed
fix tests
Signed-off-by: Louis Mandel <[email protected]>
1 parent 64fa446 commit dde944f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/test_cond.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

tests/test_repeat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)