Skip to content

Commit

Permalink
connect -> pg_connect
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Sep 26, 2024
1 parent 5d07fe9 commit a96e6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_backend_connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ async def placeholder():

with self.assertRaises(errors.BackendConnectionError):
async with asyncio.timeout(4): # failsafe
await pgcon.connect(
await pgcon.pg_connect(
conn_spec,
source_description="test_connection_connect_timeout",
backend_params=pg_params.get_default_runtime_params(),
Expand Down

0 comments on commit a96e6e4

Please sign in to comment.