chore: ruff format updates
This commit is contained in:
@@ -702,7 +702,7 @@ def test_process_trade_creation(
|
||||
assert pytest.approx(trade.amount_requested) == 60 / ticker_usdt.return_value[ticker_side]
|
||||
|
||||
assert log_has(
|
||||
f'{"Short" if is_short else "Long"} signal found: about create a new trade for ETH/USDT '
|
||||
f"{'Short' if is_short else 'Long'} signal found: about create a new trade for ETH/USDT "
|
||||
"with stake_amount: 60.0 ...",
|
||||
caplog,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user