stake amount not amount

This commit is contained in:
Misagh
2019-04-04 12:06:45 +02:00
parent 9d6d60dcf0
commit 0cdbe714d2
2 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ def test_rpc_trade_status(default_conf, ticker, fee, markets, mocker) -> None:
'close_rate': None,
'current_rate': 1.098e-05,
'amount': 90.99181074,
'stake_amount': 90.99181074,
'stake_amount': 0.001,
'close_profit': None,
'current_profit': -0.59,
'stop_loss': 0.0,
@@ -83,7 +83,7 @@ def test_rpc_trade_status(default_conf, ticker, fee, markets, mocker) -> None:
'close_rate': None,
'current_rate': ANY,
'amount': 90.99181074,
'stake_amount': 90.99181074,
'stake_amount': 0.001,
'close_profit': None,
'current_profit': ANY,
'stop_loss': 0.0,