fix tests

This commit is contained in:
Matthias
2018-07-11 19:57:20 +02:00
parent f991109b0a
commit 49a7c7f08e
2 changed files with 8 additions and 4 deletions

View File

@@ -465,6 +465,7 @@ def test_migrate_new(mocker, default_conf, fee, caplog):
assert trade.max_rate == 0.0
assert trade.stop_loss == 0.0
assert trade.initial_stop_loss == 0.0
assert trade.sell_reason is None
assert log_has("trying trades_bak1", caplog.record_tuples)
assert log_has("trying trades_bak2", caplog.record_tuples)