More tests to dt_helpers

This commit is contained in:
Matthias
2023-05-14 11:28:40 +02:00
parent 29fdcdbf56
commit c0713eb77f
4 changed files with 21 additions and 20 deletions

View File

@@ -2598,7 +2598,7 @@ def open_trade():
fee_open=0.0,
fee_close=0.0,
stake_amount=1,
open_date=arrow.utcnow().shift(minutes=-601).datetime,
open_date=dt_now() - timedelta(minutes=601),
is_open=True
)
trade.orders = [
@@ -2636,7 +2636,7 @@ def open_trade_usdt():
fee_open=0.0,
fee_close=0.0,
stake_amount=60.0,
open_date=arrow.utcnow().shift(minutes=-601).datetime,
open_date=dt_now() - timedelta(minutes=601),
is_open=True
)
trade.orders = [