Skip to content

Commit

Permalink
remove pool size in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Nov 14, 2024
1 parent 615588d commit b28a12e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/data/test_system_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class TestSystemAsync:
@CrossSync.pytest_fixture(scope="session")
async def client(self):
project = os.getenv("GOOGLE_CLOUD_PROJECT") or None
async with CrossSync.DataClient(project=project, pool_size=4) as client:
async with CrossSync.DataClient(project=project) as client:
yield client

@CrossSync.convert
Expand Down

0 comments on commit b28a12e

Please sign in to comment.