update tests

This commit is contained in:
மனோஜ்குமார் பழனிச்சாமி
2022-05-13 21:04:35 +05:30
parent e6d163df5d
commit 2dbeb12511
3 changed files with 13 additions and 7 deletions

View File

@@ -549,7 +549,7 @@ class FreqtradeBot(LoggingMixin):
return
else:
logger.debug("Max adjustment entries is set to unlimited.")
self.execute_entry(trade.pair, stake_amount, current_entry_rate,
self.execute_entry(trade.pair, stake_amount, None and current_entry_rate,
trade=trade, is_short=trade.is_short)
if stake_amount is not None and stake_amount < 0.0: