test adapted to new market refactoring

This commit is contained in:
misagh 2019-03-14 09:00:28 +01:00
parent 9a226ec7e6
commit 3c99e3b7c7
1 changed files with 1 additions and 1 deletions

View File

@ -2504,7 +2504,7 @@ def test_tsl_only_offset_reached(default_conf, limit_buy_order, fee,
}),
buy=MagicMock(return_value={'id': limit_buy_order['id']}),
get_fee=fee,
get_markets=markets,
markets=PropertyMock(return_value=markets),
)
default_conf['trailing_stop'] = True