Skip to content

Commit f7e731e

Browse files
committed
Remove log
1 parent f0cebe7 commit f7e731e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ t('Cursor custom with less results than batch size works', async() => {
969969
await sql`select * from generate_series(1,20)`.cursor(21, async(x) => {
970970
order.push(x.length)
971971
})
972-
return ['20', p(order.join(','))]
972+
return ['20', order.join(',')]
973973
})
974974

975975
t('Cursor cancel works', async() => {

0 commit comments

Comments
 (0)