Skip to content

Commit

Permalink
chore: rebuild project due to codegen change (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Nov 19, 2024
1 parent 677ee27 commit bfe87b7
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions tests/api-resources/entities/regt-margin-simulations.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,8 @@ describe('resource regtMarginSimulations', () => {
const response = await client.entities.regtMarginSimulations.create('x', {
name: 'name',
ignore_existing: true,
prices: [
{ price: 'x', symbol: 'AAPL', symbol_format: 'cms' },
{ price: 'x', symbol: 'AAPL', symbol_format: 'cms' },
{ price: 'x', symbol: 'AAPL', symbol_format: 'cms' },
],
trades: [
{ price: 'x', quantity: 'x', 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' },
],
prices: [{ price: 'x', symbol: 'AAPL', symbol_format: 'cms' }],
trades: [{ price: 'x', quantity: 'x', side: 'buy', symbol: 'AAPL', symbol_format: 'cms' }],
});
});

Expand Down

0 comments on commit bfe87b7

Please sign in to comment.