fix percentage formating in execute_sell

This commit is contained in:
gcarq
2017-11-01 17:39:32 +01:00
parent 08a1d3ca1d
commit 460dfa1031
2 changed files with 3 additions and 3 deletions

View File

@@ -195,7 +195,7 @@ def test_forcesell_handle(conf, update, mocker):
assert msg_mock.call_count == 2
assert 'Selling [BTC/ETH]' in msg_mock.call_args_list[-1][0][0]
assert '0.072561' in msg_mock.call_args_list[-1][0][0]
assert '0.072561 (profit: ~-0.5%)' in msg_mock.call_args_list[-1][0][0]
def test_performance_handle(conf, update, mocker):