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,

View File

@@ -420,7 +420,9 @@ def test_api_profit(botclient, mocker, ticker, fee, markets, limit_buy_order, li
'best_pair': 'ETH/BTC',
'best_rate': 6.2,
'first_trade_date': 'just now',
'first_trade_timestamp': ANY,
'latest_trade_date': 'just now',
'latest_trade_timestamp': ANY,
'profit_all_coin': 6.217e-05,
'profit_all_fiat': 0,
'profit_all_percent': 6.2,