test_process_trade_creation log message changed: in reality the buy

signal is actually triggered
This commit is contained in:
misagh
2018-09-24 15:27:26 +02:00
parent 76dd754963
commit 308428644b
2 changed files with 2 additions and 4 deletions

View File

@@ -598,7 +598,7 @@ def test_process_trade_creation(default_conf, ticker, limit_buy_order,
assert trade.amount == 90.99181073703367
assert log_has(
'Checking buy signals to create a new trade with stake_amount: 0.001000 ...',
'Buy signal found: about create a new trade with stake_amount: 0.001000 ...',
caplog.record_tuples
)