Fix more tests

This commit is contained in:
Matthias
2020-05-24 09:07:24 +02:00
parent 811e23e3da
commit bbd7579aa8
3 changed files with 8 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ def test_rpc_trade_status(default_conf, ticker, fee, mocker) -> None:
'amount': 91.07468124,
'stake_amount': 0.001,
'close_profit': None,
'close_profit_perc': None,
'current_profit': -0.00408133,
'current_profit_perc': -0.41,
'stop_loss': 0.0,
@@ -123,6 +124,7 @@ def test_rpc_trade_status(default_conf, ticker, fee, mocker) -> None:
'amount': 91.07468124,
'stake_amount': 0.001,
'close_profit': None,
'close_profit_perc': None,
'current_profit': ANY,
'current_profit_perc': ANY,
'stop_loss': 0.0,