stoploss precentage in telegram msg removed

This commit is contained in:
Misagh
2019-03-28 16:21:49 +01:00
parent 0e5b0ebda6
commit e11eb4775e
3 changed files with 3 additions and 8 deletions

View File

@@ -58,8 +58,7 @@ def test_rpc_trade_status(default_conf, ticker, fee, markets, mocker) -> None:
'amount': 90.99181074,
'close_profit': None,
'current_profit': -0.59,
'initial_stoploss': 0.0,
'stoploss': 0.0,
'stop_loss': 0.0,
'open_order': '(limit buy rem=0.00000000)'
} == results[0]
@@ -80,8 +79,7 @@ def test_rpc_trade_status(default_conf, ticker, fee, markets, mocker) -> None:
'amount': 90.99181074,
'close_profit': None,
'current_profit': ANY,
'initial_stoploss': 0.0,
'stoploss': 0.0,
'stop_loss': 0.0,
'open_order': '(limit buy rem=0.00000000)'
} == results[0]