Skip to content

Commit 6bbbebf

Browse files
committed
fix tests
1 parent d39b35e commit 6bbbebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sql/storage/postgres_query_use_transaction.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ CALL postgres_query('s', 'SELECT 1', use_transaction=false)
4949
1
5050

5151
statement ok
52-
ATTACH 'dbname=postgresscanner' AS s (TYPE POSTGRES, READ_ONLY)
52+
ATTACH 'dbname=postgresscanner' AS s2 (TYPE POSTGRES, READ_ONLY)
5353

5454
statement error
5555
CALL postgres_query('s2', 'SELECT 1', use_transaction=false)

0 commit comments

Comments
 (0)