Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 634d4a6

Browse files
committed
fixed unit test
1 parent ab473ce commit 634d4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/spanner_v1/database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,13 +199,13 @@ def __init__(
199199
)
200200
self._proto_descriptors = proto_descriptors
201201
self._channel_id = 0 # It'll be created when _spanner_api is created.
202+
self._experimental_host = self._instance._client._experimental_host
202203

203204
if pool is None:
204205
pool = BurstyPool(database_role=database_role)
205206

206207
self._pool = pool
207208
pool.bind(self)
208-
self._experimental_host = self._instance._client._experimental_host
209209

210210
self._sessions_manager = DatabaseSessionsManager(self, pool)
211211

0 commit comments

Comments
 (0)