Skip to content

Commit

Permalink
chore: rebuild project due to codegen change (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Nov 18, 2024
1 parent 904d865 commit e4fa147
Showing 1 changed file with 4 additions and 52 deletions.
56 changes: 4 additions & 52 deletions tests/api_resources/entities/test_regt_margin_simulations.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
{
Expand All @@ -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"])
Expand Down Expand Up @@ -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=[
{
Expand All @@ -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"])
Expand Down

0 comments on commit e4fa147

Please sign in to comment.