chore: ruff format updates
This commit is contained in:
@@ -19,7 +19,7 @@ from tests.exchange.test_exchange import ccxt_exceptionhandlers
|
||||
)
|
||||
def test_create_stoploss_order_htx(default_conf, mocker, limitratio, expected, side):
|
||||
api_mock = MagicMock()
|
||||
order_id = f"test_prod_buy_{randint(0, 10 ** 6)}"
|
||||
order_id = f"test_prod_buy_{randint(0, 10**6)}"
|
||||
order_type = "stop-limit"
|
||||
|
||||
api_mock.create_order = MagicMock(return_value={"id": order_id, "info": {"foo": "bar"}})
|
||||
|
||||
Reference in New Issue
Block a user