Fix tests for newly added field
This commit is contained in:
@@ -1154,6 +1154,7 @@ async def test_telegram_forceexit_handle(default_conf, update, ticker, fee,
|
||||
'profit_amount': 6.314e-05,
|
||||
'profit_ratio': 0.0629778,
|
||||
'stake_currency': 'BTC',
|
||||
'quote_currency': 'BTC',
|
||||
'base_currency': 'ETH',
|
||||
'fiat_currency': 'USD',
|
||||
'buy_tag': ANY,
|
||||
@@ -1228,6 +1229,7 @@ async def test_telegram_force_exit_down_handle(default_conf, update, ticker, fee
|
||||
'profit_amount': -5.497e-05,
|
||||
'profit_ratio': -0.05482878,
|
||||
'stake_currency': 'BTC',
|
||||
'quote_currency': 'BTC',
|
||||
'base_currency': 'ETH',
|
||||
'fiat_currency': 'USD',
|
||||
'buy_tag': ANY,
|
||||
@@ -1292,6 +1294,7 @@ async def test_forceexit_all_handle(default_conf, update, ticker, fee, mocker) -
|
||||
'profit_amount': -4.09e-06,
|
||||
'profit_ratio': -0.00408133,
|
||||
'stake_currency': 'BTC',
|
||||
'quote_currency': 'BTC',
|
||||
'base_currency': 'ETH',
|
||||
'fiat_currency': 'USD',
|
||||
'buy_tag': ANY,
|
||||
|
||||
Reference in New Issue
Block a user