Skip to content

Commit

Permalink
[Tests] update test tools api
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Dec 1, 2024
1 parent 5ab9dee commit 6471716
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -857,9 +857,9 @@ async def _create_order_on_exchange(self, order, params=None, expected_creation_
# uncomment to bypass self.exchange_manager.trader
# created_orders = await exchanges_test_tools.create_orders(
# self.exchange_manager,
# self.get_exchange_data(order.symbol),
# [order.to_dict()],
# self.OPEN_TIMEOUT
# self.OPEN_TIMEOUT,
# {order.symbol: order.created_last_price}
# )
# created_order = created_orders[0]
created_order = await self.exchange_manager.trader.create_order(order, params=params, wait_for_creation=False)
Expand Down

0 comments on commit 6471716

Please sign in to comment.