Skip to content

Commit 07a3b2b

Browse files
committed
Updated comment [skip ci]
1 parent 812a85e commit 07a3b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_psycopg2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def test_pool(self):
101101

102102
conn = pool.getconn()
103103
try:
104-
# use globally=True for apps
104+
# use globally=True for apps to ensure registered with all connections
105105
register_vector(conn, globally=False)
106106
finally:
107107
pool.putconn(conn)

0 commit comments

Comments
 (0)