Skip to content

Commit 50ce727

Browse files
committed
tests
1 parent 0716659 commit 50ce727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/sdk/test_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ async def test_method_filters_many(httpx_mock: HTTPXMock, clients, mock_query_re
434434
"bfae43e8-5ebb-456c-a946-bf64e930710a",
435435
"9486cfce-87db-479d-ad73-07d80ba96a0f",
436436
],
437+
populate_store=False,
437438
)
438439
assert len(repos) == 2
439440
assert not clients.standard.store._store["CoreRepository"]
@@ -444,7 +445,6 @@ async def test_method_filters_many(httpx_mock: HTTPXMock, clients, mock_query_re
444445
"bfae43e8-5ebb-456c-a946-bf64e930710a",
445446
"9486cfce-87db-479d-ad73-07d80ba96a0f",
446447
],
447-
populate_store=True,
448448
)
449449
assert len(clients.standard.store._store["CoreRepository"]) == 2
450450
assert len(repos) == 2
@@ -455,6 +455,7 @@ async def test_method_filters_many(httpx_mock: HTTPXMock, clients, mock_query_re
455455
"bfae43e8-5ebb-456c-a946-bf64e930710a",
456456
"9486cfce-87db-479d-ad73-07d80ba96a0f",
457457
],
458+
populate_store=False,
458459
)
459460
assert len(repos) == 2
460461
assert not clients.sync.store._store["CoreRepository"]
@@ -465,7 +466,6 @@ async def test_method_filters_many(httpx_mock: HTTPXMock, clients, mock_query_re
465466
"bfae43e8-5ebb-456c-a946-bf64e930710a",
466467
"9486cfce-87db-479d-ad73-07d80ba96a0f",
467468
],
468-
populate_store=True,
469469
)
470470
assert len(clients.sync.store._store["CoreRepository"]) == 2
471471
assert len(repos) == 2

0 commit comments

Comments
 (0)