Update v3 strategy interface

This commit is contained in:
Matthias
2022-05-27 19:32:19 +02:00
parent 746d046f1a
commit f7b0933203
2 changed files with 7 additions and 4 deletions

View File

@@ -612,7 +612,7 @@ def test_calc_open_close_trade_price(
@pytest.mark.usefixtures("init_persistence")
def test_trade_close(limit_buy_order_usdt, limit_sell_order_usdt, fee):
def test_trade_close(fee):
trade = Trade(
pair='ADA/USDT',
stake_amount=60.0,