From e4fa14758305145cdb11ae802d486e54cfa574c5 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:21:51 +0000 Subject: [PATCH] chore: rebuild project due to codegen change (#61) --- .../entities/test_regt_margin_simulations.py | 56 ++----------------- 1 file changed, 4 insertions(+), 52 deletions(-) diff --git a/tests/api_resources/entities/test_regt_margin_simulations.py b/tests/api_resources/entities/test_regt_margin_simulations.py index 618f474..4015566 100644 --- a/tests/api_resources/entities/test_regt_margin_simulations.py +++ b/tests/api_resources/entities/test_regt_margin_simulations.py @@ -39,17 +39,7 @@ def test_method_create_with_all_params(self, client: StudioSDK) -> None: "price": "x", "symbol": "AAPL", "symbol_format": "cms", - }, - { - "price": "x", - "symbol": "AAPL", - "symbol_format": "cms", - }, - { - "price": "x", - "symbol": "AAPL", - "symbol_format": "cms", - }, + } ], trades=[ { @@ -58,21 +48,7 @@ def test_method_create_with_all_params(self, client: StudioSDK) -> None: "side": "buy", "symbol": "AAPL", "symbol_format": "cms", - }, - { - "price": "x", - "quantity": "x", - "side": "buy", - "symbol": "AAPL", - "symbol_format": "cms", - }, - { - "price": "x", - "quantity": "x", - "side": "buy", - "symbol": "AAPL", - "symbol_format": "cms", - }, + } ], ) assert_matches_type(RegtMarginSimulationCreateResponse, regt_margin_simulation, path=["response"]) @@ -182,17 +158,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncStudioSDK) "price": "x", "symbol": "AAPL", "symbol_format": "cms", - }, - { - "price": "x", - "symbol": "AAPL", - "symbol_format": "cms", - }, - { - "price": "x", - "symbol": "AAPL", - "symbol_format": "cms", - }, + } ], trades=[ { @@ -201,21 +167,7 @@ async def test_method_create_with_all_params(self, async_client: AsyncStudioSDK) "side": "buy", "symbol": "AAPL", "symbol_format": "cms", - }, - { - "price": "x", - "quantity": "x", - "side": "buy", - "symbol": "AAPL", - "symbol_format": "cms", - }, - { - "price": "x", - "quantity": "x", - "side": "buy", - "symbol": "AAPL", - "symbol_format": "cms", - }, + } ], ) assert_matches_type(RegtMarginSimulationCreateResponse, regt_margin_simulation, path=["response"])