Fix test failure

This commit is contained in:
Matthias 2021-04-10 14:52:34 +02:00
parent 40fc9d4bfe
commit 4820b4b314
1 changed files with 2 additions and 1 deletions

View File

@ -685,7 +685,8 @@ def test_process_trade_creation(default_conf, ticker, limit_buy_order, limit_buy
assert trade.amount == 91.07468123
assert log_has(
'Buy signal found: about create a new trade for ETH/BTC with stake_amount: 0.001 ...', caplog
'Buy signal found: about create a new trade for ETH/BTC with stake_amount: 0.001 ...',
caplog
)