Skip to content

Commit 04938b0

Browse files
author
tudor
committed
why wasnt this failing until now?
1 parent 06212fe commit 04938b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/pglite/tests/targets/deno/basic.test.deno.js

+2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,12 @@ Deno.test('basic exec', async () => {
2121

2222
assertEquals(multiStatementResult, [
2323
{
24+
affectedRows: 1,
2425
rows: [],
2526
fields: [],
2627
},
2728
{
29+
affectedRows: 2,
2830
rows: [],
2931
fields: [],
3032
},

0 commit comments

Comments
 (0)