Skip to content

Commit a070654

Browse files
committed
Implementing test for execute_many in transaction
1 parent 0c49cec commit a070654

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/tests/test_transaction.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ async def test_transaction_cursor(
211211
[[1, "name1"], [2, "name2"]],
212212
[[10, "name1"], [20, "name2"], [30, "name3"]],
213213
[[1, "name1"]],
214+
[],
214215
],
215216
)
216217
async def test_transaction_execute_many(

0 commit comments

Comments
 (0)